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.bastion
Methods in com.oracle.bmc.bastion with parameters of type CreateSessionRequest Modifier and Type Method Description CreateSessionResponse
Bastion. 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)
CreateSessionResponse
BastionClient. 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.requests
Methods in com.oracle.bmc.bastion.requests that return CreateSessionRequest Modifier and Type Method Description CreateSessionRequest
CreateSessionRequest.Builder. build()
Build the instance of CreateSessionRequest as configured by this builderCreateSessionRequest
CreateSessionRequest.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.Builder
CreateSessionRequest.Builder. copy(CreateSessionRequest o)
Copy method to populate the builder with values from the given instance.
-