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