| 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) |
Future<ListAccessorsResult> |
AmazonManagedBlockchainAsyncClient.listAccessorsAsync(ListAccessorsRequest request) |
Future<ListAccessorsResult> |
AmazonManagedBlockchainAsync.listAccessorsAsync(ListAccessorsRequest listAccessorsRequest)
Returns a list of the accessors and their properties.
|
Future<ListAccessorsResult> |
AbstractAmazonManagedBlockchainAsync.listAccessorsAsync(ListAccessorsRequest request) |
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 |
|---|---|
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 |
|---|---|
ListAccessorsRequest |
ListAccessorsRequest.clone() |
ListAccessorsRequest |
ListAccessorsRequest.withMaxResults(Integer maxResults)
The maximum number of accessors to list.
|
ListAccessorsRequest |
ListAccessorsRequest.withNetworkType(AccessorNetworkType networkType)
The blockchain network that the
Accessor token is created for. |
ListAccessorsRequest |
ListAccessorsRequest.withNetworkType(String networkType)
The blockchain network that the
Accessor token is created for. |
ListAccessorsRequest |
ListAccessorsRequest.withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
Copyright © 2025. All rights reserved.