| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary |
EnvironmentSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
EnvironmentSummary |
EnvironmentSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
EnvironmentSummary |
EnvironmentSummary.clone() |
EnvironmentSummary |
EnvironmentSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withCreatedTime(Date createdTime)
A timestamp that indicates when the environment is created.
|
EnvironmentSummary |
EnvironmentSummary.withDescription(String description)
A description of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withEnvironmentId(String environmentId)
The unique identifier of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withError(ErrorResponse error)
Any error associated with the environment resource.
|
EnvironmentSummary |
EnvironmentSummary.withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
EnvironmentSummary |
EnvironmentSummary.withName(String name)
The name of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withNetworkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withNetworkFabricType(String networkFabricType)
The network fabric type of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the environment owner.
|
EnvironmentSummary |
EnvironmentSummary.withState(EnvironmentState state)
The current state of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withState(String state)
The current state of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withTags(Map<String,String> tags)
The tags assigned to the environment.
|
EnvironmentSummary |
EnvironmentSummary.withTransitGatewayId(String transitGatewayId)
The ID of the Transit Gateway set up by the environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentSummary> |
ListEnvironmentsResult.getEnvironmentSummaryList()
The list of
EnvironmentSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsResult |
ListEnvironmentsResult.withEnvironmentSummaryList(EnvironmentSummary... environmentSummaryList)
The list of
EnvironmentSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnvironmentsResult.setEnvironmentSummaryList(Collection<EnvironmentSummary> environmentSummaryList)
The list of
EnvironmentSummary objects. |
ListEnvironmentsResult |
ListEnvironmentsResult.withEnvironmentSummaryList(Collection<EnvironmentSummary> environmentSummaryList)
The list of
EnvironmentSummary objects. |
Copyright © 2023. All rights reserved.