Uses of Class
com.oracle.bmc.bastion.requests.CreateSessionRequest
- 
Packages that use CreateSessionRequest Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.requests 
- 
- 
Uses of CreateSessionRequest in com.oracle.bmc.bastionMethods in com.oracle.bmc.bastion with parameters of type CreateSessionRequest Modifier and Type Method Description CreateSessionResponseBastion. createSession(CreateSessionRequest request)Creates a new session in a bastion.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)CreateSessionResponseBastionClient. createSession(CreateSessionRequest request)Method parameters in com.oracle.bmc.bastion with type arguments of type CreateSessionRequest 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 CreateSessionRequest in com.oracle.bmc.bastion.requestsMethods in com.oracle.bmc.bastion.requests that return CreateSessionRequest Modifier and Type Method Description CreateSessionRequestCreateSessionRequest.Builder. build()Build the instance of CreateSessionRequest as configured by this builderCreateSessionRequestCreateSessionRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateSessionRequest as configured by this builderMethods in com.oracle.bmc.bastion.requests with parameters of type CreateSessionRequest Modifier and Type Method Description CreateSessionRequest.BuilderCreateSessionRequest.Builder. copy(CreateSessionRequest o)Copy method to populate the builder with values from the given instance.
 
-