| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
Framework |
CreateNetworkRequest.framework()
The blockchain framework that the network uses.
|
Framework |
ListNetworksRequest.framework()
An optional framework specifier.
|
Framework |
NetworkSummary.framework()
The blockchain framework that the network uses.
|
Framework |
Network.framework()
The blockchain framework that the network uses.
|
static Framework |
Framework.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Framework |
Framework.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Framework[] |
Framework.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<Framework> |
Framework.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkRequest.Builder |
CreateNetworkRequest.Builder.framework(Framework framework)
The blockchain framework that the network uses.
|
ListNetworksRequest.Builder |
ListNetworksRequest.Builder.framework(Framework framework)
An optional framework specifier.
|
NetworkSummary.Builder |
NetworkSummary.Builder.framework(Framework framework)
The blockchain framework that the network uses.
|
Network.Builder |
Network.Builder.framework(Framework framework)
The blockchain framework that the network uses.
|
Copyright © 2023. All rights reserved.