Package | Description |
---|---|
com.oracle.bmc.bastion | |
com.oracle.bmc.bastion.responses |
Modifier and Type | Method and Description |
---|---|
ListSessionsResponse |
BastionClient.listSessions(ListSessionsRequest request) |
ListSessionsResponse |
Bastion.listSessions(ListSessionsRequest request)
Retrieves a list of SessionSummary objects for an existing bastion.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListSessionsResponse |
ListSessionsResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListSessionsResponse.Builder |
ListSessionsResponse.Builder.copy(ListSessionsResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.