| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
Accessor |
Accessor.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Accessor |
Accessor.clearTagsEntries()
Removes all the entries added into Tags.
|
Accessor |
Accessor.clone() |
Accessor |
GetAccessorResult.getAccessor()
The properties of the accessor.
|
Accessor |
Accessor.withArn(String arn)
The Amazon Resource Name (ARN) of the accessor.
|
Accessor |
Accessor.withBillingToken(String billingToken)
The billing token is a property of the Accessor.
|
Accessor |
Accessor.withCreationDate(Date creationDate)
The creation date and time of the accessor.
|
Accessor |
Accessor.withId(String id)
The unique identifier of the accessor.
|
Accessor |
Accessor.withNetworkType(AccessorNetworkType networkType)
The blockchain network that the Accessor token is created for.
|
Accessor |
Accessor.withNetworkType(String networkType)
The blockchain network that the Accessor token is created for.
|
Accessor |
Accessor.withStatus(AccessorStatus status)
The current status of the accessor.
|
Accessor |
Accessor.withStatus(String status)
The current status of the accessor.
|
Accessor |
Accessor.withTags(Map<String,String> tags)
The tags assigned to the Accessor.
|
Accessor |
Accessor.withType(AccessorType type)
The type of the accessor.
|
Accessor |
Accessor.withType(String type)
The type of the accessor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccessorResult.setAccessor(Accessor accessor)
The properties of the accessor.
|
GetAccessorResult |
GetAccessorResult.withAccessor(Accessor accessor)
The properties of the accessor.
|
Copyright © 2025. All rights reserved.