| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
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.withStatus(AccessorStatus status)
The current status of the accessor.
|
Accessor |
Accessor.withStatus(String status)
The current status of 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 © 2022. All rights reserved.