| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
Network |
Network.clone() |
Network |
GetNetworkResult.getNetwork()
An object containing network configuration parameters.
|
Network |
Network.withCreationDate(Date creationDate)
The date and time that the network was created.
|
Network |
Network.withDescription(String description)
Attributes of the blockchain framework for the network.
|
Network |
Network.withFramework(Framework framework)
The blockchain framework that the network uses.
|
Network |
Network.withFramework(String framework)
The blockchain framework that the network uses.
|
Network |
Network.withFrameworkAttributes(NetworkFrameworkAttributes frameworkAttributes)
Attributes of the blockchain framework that the network uses.
|
Network |
Network.withFrameworkVersion(String frameworkVersion)
The version of the blockchain framework that the network uses.
|
Network |
Network.withId(String id)
The unique identifier of the network.
|
Network |
Network.withName(String name)
The name of the network.
|
Network |
Network.withStatus(NetworkStatus status)
The current status of the network.
|
Network |
Network.withStatus(String status)
The current status of the network.
|
Network |
Network.withVotingPolicy(VotingPolicy votingPolicy)
The voting rules for the network to decide if a proposal is accepted.
|
Network |
Network.withVpcEndpointServiceName(String vpcEndpointServiceName)
The VPC endpoint service name of the VPC endpoint service of the network.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetNetworkResult.setNetwork(Network network)
An object containing network configuration parameters.
|
GetNetworkResult |
GetNetworkResult.withNetwork(Network network)
An object containing network configuration parameters.
|
Copyright © 2019. All rights reserved.