| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkSummary |
NetworkSummary.clone() |
NetworkSummary |
Invitation.getNetworkSummary() |
NetworkSummary |
NetworkSummary.withCreationDate(Date creationDate)
The date and time that the network was created.
|
NetworkSummary |
NetworkSummary.withDescription(String description)
An optional description of the network.
|
NetworkSummary |
NetworkSummary.withFramework(Framework framework)
The blockchain framework that the network uses.
|
NetworkSummary |
NetworkSummary.withFramework(String framework)
The blockchain framework that the network uses.
|
NetworkSummary |
NetworkSummary.withFrameworkVersion(String frameworkVersion)
The version of the blockchain framework that the network uses.
|
NetworkSummary |
NetworkSummary.withId(String id)
The unique identifier of the network.
|
NetworkSummary |
NetworkSummary.withName(String name)
The name of the network.
|
NetworkSummary |
NetworkSummary.withStatus(NetworkStatus status)
The current status of the network.
|
NetworkSummary |
NetworkSummary.withStatus(String status)
The current status of the network.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkSummary> |
ListNetworksResult.getNetworks()
An array of
NetworkSummary objects that contain configuration properties for each network. |
| Modifier and Type | Method and Description |
|---|---|
void |
Invitation.setNetworkSummary(NetworkSummary networkSummary) |
ListNetworksResult |
ListNetworksResult.withNetworks(NetworkSummary... networks)
An array of
NetworkSummary objects that contain configuration properties for each network. |
Invitation |
Invitation.withNetworkSummary(NetworkSummary networkSummary) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListNetworksResult.setNetworks(Collection<NetworkSummary> networks)
An array of
NetworkSummary objects that contain configuration properties for each network. |
ListNetworksResult |
ListNetworksResult.withNetworks(Collection<NetworkSummary> networks)
An array of
NetworkSummary objects that contain configuration properties for each network. |
Copyright © 2019. All rights reserved.