Uses of Class
com.oracle.bmc.bastion.responses.CreateBastionResponse
-
Packages that use CreateBastionResponse Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.responses -
-
Uses of CreateBastionResponse in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion that return CreateBastionResponse Modifier and Type Method Description CreateBastionResponse
Bastion. createBastion(CreateBastionRequest request)
Creates a new bastion.CreateBastionResponse
BastionClient. createBastion(CreateBastionRequest request)
Methods in com.oracle.bmc.bastion that return types with arguments of type CreateBastionResponse Modifier and Type Method Description Future<CreateBastionResponse>
BastionAsync. createBastion(CreateBastionRequest request, AsyncHandler<CreateBastionRequest,CreateBastionResponse> handler)
Creates a new bastion.Future<CreateBastionResponse>
BastionAsyncClient. createBastion(CreateBastionRequest request, AsyncHandler<CreateBastionRequest,CreateBastionResponse> handler)
Method parameters in com.oracle.bmc.bastion with type arguments of type CreateBastionResponse Modifier and Type Method Description Future<CreateBastionResponse>
BastionAsync. createBastion(CreateBastionRequest request, AsyncHandler<CreateBastionRequest,CreateBastionResponse> handler)
Creates a new bastion.Future<CreateBastionResponse>
BastionAsyncClient. createBastion(CreateBastionRequest request, AsyncHandler<CreateBastionRequest,CreateBastionResponse> handler)
-
Uses of CreateBastionResponse in com.oracle.bmc.bastion.responses
Methods in com.oracle.bmc.bastion.responses that return CreateBastionResponse Modifier and Type Method Description CreateBastionResponse
CreateBastionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bastion.responses with parameters of type CreateBastionResponse Modifier and Type Method Description CreateBastionResponse.Builder
CreateBastionResponse.Builder. copy(CreateBastionResponse o)
Copy method to populate the builder with values from the given instance.
-