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