Uses of Class
com.oracle.bmc.bastion.requests.DeleteBastionRequest
-
Packages that use DeleteBastionRequest Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.requests -
-
Uses of DeleteBastionRequest in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion with parameters of type DeleteBastionRequest Modifier and Type Method Description DeleteBastionResponse
Bastion. deleteBastion(DeleteBastionRequest request)
Deletes a bastion identified by the bastion ID.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)
DeleteBastionResponse
BastionClient. deleteBastion(DeleteBastionRequest request)
Method parameters in com.oracle.bmc.bastion with type arguments of type DeleteBastionRequest 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 DeleteBastionRequest in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return DeleteBastionRequest Modifier and Type Method Description DeleteBastionRequest
DeleteBastionRequest.Builder. build()
Build the instance of DeleteBastionRequest as configured by this builderDeleteBastionRequest
DeleteBastionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteBastionRequest as configured by this builderMethods in com.oracle.bmc.bastion.requests with parameters of type DeleteBastionRequest Modifier and Type Method Description DeleteBastionRequest.Builder
DeleteBastionRequest.Builder. copy(DeleteBastionRequest o)
Copy method to populate the builder with values from the given instance.
-