Package | Description |
---|---|
com.oracle.bmc.bastion | |
com.oracle.bmc.bastion.requests |
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.
|
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<SessionSummary> |
BastionPaginators.listSessionsRecordIterator(ListSessionsRequest request)
Creates a new iterable which will iterate over the
SessionSummary 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.
|
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 |
---|---|
ListSessionsRequest |
ListSessionsRequest.Builder.build()
Build the instance of ListSessionsRequest as configured by this builder
|
ListSessionsRequest |
ListSessionsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListSessionsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListSessionsRequest.Builder |
ListSessionsRequest.Builder.copy(ListSessionsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.