| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
AccessorType |
CreateAccessorRequest.accessorType()
The type of accessor.
|
static AccessorType |
AccessorType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AccessorType |
AccessorSummary.type()
The type of the accessor.
|
AccessorType |
Accessor.type()
The type of the accessor.
|
static AccessorType |
AccessorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessorType[] |
AccessorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AccessorType> |
AccessorType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateAccessorRequest.Builder |
CreateAccessorRequest.Builder.accessorType(AccessorType accessorType)
The type of accessor.
|
AccessorSummary.Builder |
AccessorSummary.Builder.type(AccessorType type)
The type of the accessor.
|
Accessor.Builder |
Accessor.Builder.type(AccessorType type)
The type of the accessor.
|
Copyright © 2023. All rights reserved.