| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain |
|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
ListAccessorsResult |
AmazonManagedBlockchainClient.listAccessors(ListAccessorsRequest request)
Returns a list of the accessors and their properties.
|
ListAccessorsResult |
AmazonManagedBlockchain.listAccessors(ListAccessorsRequest listAccessorsRequest)
Returns a list of the accessors and their properties.
|
ListAccessorsResult |
AbstractAmazonManagedBlockchain.listAccessors(ListAccessorsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAccessorsResult> |
AmazonManagedBlockchainAsyncClient.listAccessorsAsync(ListAccessorsRequest request,
AsyncHandler<ListAccessorsRequest,ListAccessorsResult> asyncHandler) |
Future<ListAccessorsResult> |
AmazonManagedBlockchainAsync.listAccessorsAsync(ListAccessorsRequest listAccessorsRequest,
AsyncHandler<ListAccessorsRequest,ListAccessorsResult> asyncHandler)
Returns a list of the accessors and their properties.
|
Future<ListAccessorsResult> |
AbstractAmazonManagedBlockchainAsync.listAccessorsAsync(ListAccessorsRequest request,
AsyncHandler<ListAccessorsRequest,ListAccessorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAccessorsResult |
ListAccessorsResult.clone() |
ListAccessorsResult |
ListAccessorsResult.withAccessors(AccessorSummary... accessors)
An array of AccessorSummary objects that contain configuration properties for each accessor.
|
ListAccessorsResult |
ListAccessorsResult.withAccessors(Collection<AccessorSummary> accessors)
An array of AccessorSummary objects that contain configuration properties for each accessor.
|
ListAccessorsResult |
ListAccessorsResult.withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
Copyright © 2024. All rights reserved.