| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
Network |
Network.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Network |
Network.clearTagsEntries()
Removes all the entries added into Tags.
|
Network |
Network.clone() |
Network |
GetNetworkResult.getNetwork()
An object containing network configuration parameters.
|
Network |
Network.withArn(String arn)
The Amazon Resource Name (ARN) of the network.
|
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.withTags(Map<String,String> tags)
Tags assigned to the network.
|
Network |
Network.withVotingPolicy(VotingPolicy votingPolicy)
The voting rules that the network uses 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 © 2025. All rights reserved.