| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain |
|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAccessorsResponse> |
ManagedBlockchainAsyncClient.listAccessors(Consumer<ListAccessorsRequest.Builder> listAccessorsRequest)
Returns a list of the accessors and their properties.
|
default ListAccessorsResponse |
ManagedBlockchainClient.listAccessors(Consumer<ListAccessorsRequest.Builder> listAccessorsRequest)
Returns a list of the accessors and their properties.
|
default ListAccessorsPublisher |
ManagedBlockchainAsyncClient.listAccessorsPaginator(Consumer<ListAccessorsRequest.Builder> listAccessorsRequest)
Returns a list of the accessors and their properties.
|
default ListAccessorsIterable |
ManagedBlockchainClient.listAccessorsPaginator(Consumer<ListAccessorsRequest.Builder> listAccessorsRequest)
Returns a list of the accessors and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAccessorsRequest.Builder |
ListAccessorsRequest.builder() |
ListAccessorsRequest.Builder |
ListAccessorsRequest.Builder.maxResults(Integer maxResults)
The maximum number of accessors to list.
|
ListAccessorsRequest.Builder |
ListAccessorsRequest.Builder.nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListAccessorsRequest.Builder |
ListAccessorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccessorsRequest.Builder |
ListAccessorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAccessorsRequest.Builder |
ListAccessorsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAccessorsRequest.Builder> |
ListAccessorsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.