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