Uses of Class
com.oracle.bmc.bastion.requests.CreateBastionRequest
-
Packages that use CreateBastionRequest Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.requests -
-
Uses of CreateBastionRequest in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion with parameters of type CreateBastionRequest Modifier and Type Method Description CreateBastionResponse
Bastion. createBastion(CreateBastionRequest request)
Creates a new bastion.Future<CreateBastionResponse>
BastionAsync. createBastion(CreateBastionRequest request, AsyncHandler<CreateBastionRequest,CreateBastionResponse> handler)
Creates a new bastion.Future<CreateBastionResponse>
BastionAsyncClient. createBastion(CreateBastionRequest request, AsyncHandler<CreateBastionRequest,CreateBastionResponse> handler)
CreateBastionResponse
BastionClient. createBastion(CreateBastionRequest request)
Method parameters in com.oracle.bmc.bastion with type arguments of type CreateBastionRequest 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 CreateBastionRequest in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return CreateBastionRequest Modifier and Type Method Description CreateBastionRequest
CreateBastionRequest.Builder. build()
Build the instance of CreateBastionRequest as configured by this builderCreateBastionRequest
CreateBastionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateBastionRequest as configured by this builderMethods in com.oracle.bmc.bastion.requests with parameters of type CreateBastionRequest Modifier and Type Method Description CreateBastionRequest.Builder
CreateBastionRequest.Builder. copy(CreateBastionRequest o)
Copy method to populate the builder with values from the given instance.
-