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