Package | Description |
---|---|
com.oracle.bmc.bastion | |
com.oracle.bmc.bastion.requests |
Modifier and Type | Method and Description |
---|---|
ListBastionsResponse |
BastionClient.listBastions(ListBastionsRequest request) |
ListBastionsResponse |
Bastion.listBastions(ListBastionsRequest request)
Retrieves a list of BastionSummary objects in a compartment.
|
Future<ListBastionsResponse> |
BastionAsync.listBastions(ListBastionsRequest request,
AsyncHandler<ListBastionsRequest,ListBastionsResponse> handler)
Retrieves a list of BastionSummary objects in a compartment.
|
Future<ListBastionsResponse> |
BastionAsyncClient.listBastions(ListBastionsRequest request,
AsyncHandler<ListBastionsRequest,ListBastionsResponse> handler) |
Iterable<BastionSummary> |
BastionPaginators.listBastionsRecordIterator(ListBastionsRequest request)
Creates a new iterable which will iterate over the
BastionSummary objects contained in responses from the
listBastions operation. |
Iterable<ListBastionsResponse> |
BastionPaginators.listBastionsResponseIterator(ListBastionsRequest request)
Creates a new iterable which will iterate over the responses received from the listBastions
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListBastionsResponse> |
BastionAsync.listBastions(ListBastionsRequest request,
AsyncHandler<ListBastionsRequest,ListBastionsResponse> handler)
Retrieves a list of BastionSummary objects in a compartment.
|
Future<ListBastionsResponse> |
BastionAsyncClient.listBastions(ListBastionsRequest request,
AsyncHandler<ListBastionsRequest,ListBastionsResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListBastionsRequest |
ListBastionsRequest.Builder.build()
Build the instance of ListBastionsRequest as configured by this builder
|
ListBastionsRequest |
ListBastionsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListBastionsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListBastionsRequest.Builder |
ListBastionsRequest.Builder.copy(ListBastionsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.