| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
SourceNetwork |
SourceNetwork.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SourceNetwork |
SourceNetwork.clearTagsEntries()
Removes all the entries added into Tags.
|
SourceNetwork |
SourceNetwork.clone() |
SourceNetwork |
StartSourceNetworkReplicationResult.getSourceNetwork()
Source Network which was requested for replication.
|
SourceNetwork |
StopSourceNetworkReplicationResult.getSourceNetwork()
Source Network which was requested to stop replication.
|
SourceNetwork |
SourceNetwork.withArn(String arn)
The ARN of the Source Network.
|
SourceNetwork |
SourceNetwork.withCfnStackName(String cfnStackName)
CloudFormation stack name that was deployed for recovering the Source Network.
|
SourceNetwork |
SourceNetwork.withLastRecovery(RecoveryLifeCycle lastRecovery)
An object containing information regarding the last recovery of the Source Network.
|
SourceNetwork |
SourceNetwork.withLaunchedVpcID(String launchedVpcID)
ID of the recovered VPC following Source Network recovery.
|
SourceNetwork |
SourceNetwork.withReplicationStatus(ReplicationStatus replicationStatus)
Status of Source Network Replication.
|
SourceNetwork |
SourceNetwork.withReplicationStatus(String replicationStatus)
Status of Source Network Replication.
|
SourceNetwork |
SourceNetwork.withReplicationStatusDetails(String replicationStatusDetails)
Error details in case Source Network replication status is ERROR.
|
SourceNetwork |
SourceNetwork.withSourceAccountID(String sourceAccountID)
Account ID containing the VPC protected by the Source Network.
|
SourceNetwork |
SourceNetwork.withSourceNetworkID(String sourceNetworkID)
Source Network ID.
|
SourceNetwork |
SourceNetwork.withSourceRegion(String sourceRegion)
Region containing the VPC protected by the Source Network.
|
SourceNetwork |
SourceNetwork.withSourceVpcID(String sourceVpcID)
VPC ID protected by the Source Network.
|
SourceNetwork |
SourceNetwork.withTags(Map<String,String> tags)
A list of tags associated with the Source Network.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceNetwork> |
DescribeSourceNetworksResult.getItems()
An array of Source Networks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartSourceNetworkReplicationResult.setSourceNetwork(SourceNetwork sourceNetwork)
Source Network which was requested for replication.
|
void |
StopSourceNetworkReplicationResult.setSourceNetwork(SourceNetwork sourceNetwork)
Source Network which was requested to stop replication.
|
DescribeSourceNetworksResult |
DescribeSourceNetworksResult.withItems(SourceNetwork... items)
An array of Source Networks.
|
StartSourceNetworkReplicationResult |
StartSourceNetworkReplicationResult.withSourceNetwork(SourceNetwork sourceNetwork)
Source Network which was requested for replication.
|
StopSourceNetworkReplicationResult |
StopSourceNetworkReplicationResult.withSourceNetwork(SourceNetwork sourceNetwork)
Source Network which was requested to stop replication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSourceNetworksResult.setItems(Collection<SourceNetwork> items)
An array of Source Networks.
|
DescribeSourceNetworksResult |
DescribeSourceNetworksResult.withItems(Collection<SourceNetwork> items)
An array of Source Networks.
|
Copyright © 2023. All rights reserved.