| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
AccessorSummary |
AccessorSummary.clone() |
AccessorSummary |
AccessorSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the accessor.
|
AccessorSummary |
AccessorSummary.withCreationDate(Date creationDate)
The creation date and time of the accessor.
|
AccessorSummary |
AccessorSummary.withId(String id)
The unique identifier of the accessor.
|
AccessorSummary |
AccessorSummary.withNetworkType(AccessorNetworkType networkType)
The blockchain network that the Accessor token is created for.
|
AccessorSummary |
AccessorSummary.withNetworkType(String networkType)
The blockchain network that the Accessor token is created for.
|
AccessorSummary |
AccessorSummary.withStatus(AccessorStatus status)
The current status of the accessor.
|
AccessorSummary |
AccessorSummary.withStatus(String status)
The current status of the accessor.
|
AccessorSummary |
AccessorSummary.withType(AccessorType type)
The type of the accessor.
|
AccessorSummary |
AccessorSummary.withType(String type)
The type of the accessor.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessorSummary> |
ListAccessorsResult.getAccessors()
An array of AccessorSummary objects that contain configuration properties for each accessor.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessorsResult |
ListAccessorsResult.withAccessors(AccessorSummary... accessors)
An array of AccessorSummary objects that contain configuration properties for each accessor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessorsResult.setAccessors(Collection<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.
|
Copyright © 2024. All rights reserved.