Uses of Class
com.oracle.bmc.bastion.requests.ListSessionsRequest
-
Packages that use ListSessionsRequest Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.requests -
-
Uses of ListSessionsRequest in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion with parameters of type ListSessionsRequest Modifier and Type Method Description ListSessionsResponse
Bastion. listSessions(ListSessionsRequest request)
Retrieves a list of SessionSummary objects for an existing bastion.Future<ListSessionsResponse>
BastionAsync. listSessions(ListSessionsRequest request, AsyncHandler<ListSessionsRequest,ListSessionsResponse> handler)
Retrieves a list of SessionSummary objects for an existing bastion.Future<ListSessionsResponse>
BastionAsyncClient. listSessions(ListSessionsRequest request, AsyncHandler<ListSessionsRequest,ListSessionsResponse> handler)
ListSessionsResponse
BastionClient. listSessions(ListSessionsRequest request)
Iterable<SessionSummary>
BastionPaginators. listSessionsRecordIterator(ListSessionsRequest request)
Creates a new iterable which will iterate over theSessionSummary
objects contained in responses from the listSessions operation.Iterable<ListSessionsResponse>
BastionPaginators. listSessionsResponseIterator(ListSessionsRequest request)
Creates a new iterable which will iterate over the responses received from the listSessions operation.Method parameters in com.oracle.bmc.bastion with type arguments of type ListSessionsRequest Modifier and Type Method Description Future<ListSessionsResponse>
BastionAsync. listSessions(ListSessionsRequest request, AsyncHandler<ListSessionsRequest,ListSessionsResponse> handler)
Retrieves a list of SessionSummary objects for an existing bastion.Future<ListSessionsResponse>
BastionAsyncClient. listSessions(ListSessionsRequest request, AsyncHandler<ListSessionsRequest,ListSessionsResponse> handler)
-
Uses of ListSessionsRequest in com.oracle.bmc.bastion.requests
Methods in com.oracle.bmc.bastion.requests that return ListSessionsRequest Modifier and Type Method Description ListSessionsRequest
ListSessionsRequest.Builder. build()
Build the instance of ListSessionsRequest as configured by this builderListSessionsRequest
ListSessionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListSessionsRequest as configured by this builderMethods in com.oracle.bmc.bastion.requests with parameters of type ListSessionsRequest Modifier and Type Method Description ListSessionsRequest.Builder
ListSessionsRequest.Builder. copy(ListSessionsRequest o)
Copy method to populate the builder with values from the given instance.
-