Uses of Class
com.oracle.bmc.bastion.responses.ListSessionsResponse
-
Packages that use ListSessionsResponse Package Description com.oracle.bmc.bastion com.oracle.bmc.bastion.responses -
-
Uses of ListSessionsResponse in com.oracle.bmc.bastion
Methods in com.oracle.bmc.bastion that return ListSessionsResponse Modifier and Type Method Description ListSessionsResponse
Bastion. listSessions(ListSessionsRequest request)
Retrieves a list of SessionSummary objects for an existing bastion.ListSessionsResponse
BastionClient. listSessions(ListSessionsRequest request)
Methods in com.oracle.bmc.bastion that return types with arguments of type ListSessionsResponse 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)
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 ListSessionsResponse 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 ListSessionsResponse in com.oracle.bmc.bastion.responses
Methods in com.oracle.bmc.bastion.responses that return ListSessionsResponse Modifier and Type Method Description ListSessionsResponse
ListSessionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bastion.responses with parameters of type ListSessionsResponse Modifier and Type Method Description ListSessionsResponse.Builder
ListSessionsResponse.Builder. copy(ListSessionsResponse o)
Copy method to populate the builder with values from the given instance.
-