| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model | |
| software.amazon.awssdk.services.managedblockchain.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AccessorSummary> |
ListAccessorsResponse.accessors()
An array of AccessorSummary objects that contain configuration properties for each accessor.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessorsResponse.Builder |
ListAccessorsResponse.Builder.accessors(AccessorSummary... accessors)
An array of AccessorSummary objects that contain configuration properties for each accessor.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessorsResponse.Builder |
ListAccessorsResponse.Builder.accessors(Collection<AccessorSummary> accessors)
An array of AccessorSummary objects that contain configuration properties for each accessor.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AccessorSummary> |
ListAccessorsPublisher.accessors()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AccessorSummary> |
ListAccessorsIterable.accessors()
Returns an iterable to iterate through the paginated
ListAccessorsResponse.accessors() member. |
Copyright © 2023. All rights reserved.