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 ListSessionsResponseBastion. 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)ListSessionsResponseBastionClient. listSessions(ListSessionsRequest request)Iterable<SessionSummary>BastionPaginators. listSessionsRecordIterator(ListSessionsRequest request)Creates a new iterable which will iterate over theSessionSummaryobjects 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 ListSessionsRequestListSessionsRequest.Builder. build()Build the instance of ListSessionsRequest as configured by this builderListSessionsRequestListSessionsRequest.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.BuilderListSessionsRequest.Builder. copy(ListSessionsRequest o)Copy method to populate the builder with values from the given instance.
-