| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentVpc |
EnvironmentVpc.clone() |
EnvironmentVpc |
EnvironmentVpc.withAccountId(String accountId)
The Amazon Web Services account ID of the virtual private cloud (VPC) owner.
|
EnvironmentVpc |
EnvironmentVpc.withCidrBlocks(Collection<String> cidrBlocks)
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
|
EnvironmentVpc |
EnvironmentVpc.withCidrBlocks(String... cidrBlocks)
The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.
|
EnvironmentVpc |
EnvironmentVpc.withCreatedTime(Date createdTime)
A timestamp that indicates when the VPC is first added to the environment.
|
EnvironmentVpc |
EnvironmentVpc.withEnvironmentId(String environmentId)
The unique identifier of the environment.
|
EnvironmentVpc |
EnvironmentVpc.withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the VPC was last updated by the environment.
|
EnvironmentVpc |
EnvironmentVpc.withVpcId(String vpcId)
The ID of the VPC.
|
EnvironmentVpc |
EnvironmentVpc.withVpcName(String vpcName)
The name of the VPC at the time it is added to the environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentVpc> |
ListEnvironmentVpcsResult.getEnvironmentVpcList()
The list of
EnvironmentVpc objects. |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentVpcsResult |
ListEnvironmentVpcsResult.withEnvironmentVpcList(EnvironmentVpc... environmentVpcList)
The list of
EnvironmentVpc objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnvironmentVpcsResult.setEnvironmentVpcList(Collection<EnvironmentVpc> environmentVpcList)
The list of
EnvironmentVpc objects. |
ListEnvironmentVpcsResult |
ListEnvironmentVpcsResult.withEnvironmentVpcList(Collection<EnvironmentVpc> environmentVpcList)
The list of
EnvironmentVpc objects. |
Copyright © 2023. All rights reserved.