| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces |
|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentResult |
AWSMigrationHubRefactorSpacesClient.getEnvironment(GetEnvironmentRequest request)
Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
|
GetEnvironmentResult |
AbstractAWSMigrationHubRefactorSpaces.getEnvironment(GetEnvironmentRequest request) |
GetEnvironmentResult |
AWSMigrationHubRefactorSpaces.getEnvironment(GetEnvironmentRequest getEnvironmentRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsyncClient.getEnvironmentAsync(GetEnvironmentRequest request) |
Future<GetEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsync.getEnvironmentAsync(GetEnvironmentRequest getEnvironmentRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
|
Future<GetEnvironmentResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.getEnvironmentAsync(GetEnvironmentRequest request) |
Future<GetEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsyncClient.getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler) |
Future<GetEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsync.getEnvironmentAsync(GetEnvironmentRequest getEnvironmentRequest,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler)
Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
|
Future<GetEnvironmentResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsyncClient.getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler) |
Future<GetEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsync.getEnvironmentAsync(GetEnvironmentRequest getEnvironmentRequest,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler)
Gets an Amazon Web Services Migration Hub Refactor Spaces environment.
|
Future<GetEnvironmentResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.getEnvironmentAsync(GetEnvironmentRequest request,
AsyncHandler<GetEnvironmentRequest,GetEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEnvironmentResult |
GetEnvironmentResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetEnvironmentResult |
GetEnvironmentResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetEnvironmentResult |
GetEnvironmentResult.clone() |
GetEnvironmentResult |
GetEnvironmentResult.withArn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withCreatedTime(Date createdTime)
A timestamp that indicates when the environment is created.
|
GetEnvironmentResult |
GetEnvironmentResult.withDescription(String description)
The description of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withEnvironmentId(String environmentId)
The unique identifier of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withError(ErrorResponse error)
Any error associated with the environment resource.
|
GetEnvironmentResult |
GetEnvironmentResult.withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
GetEnvironmentResult |
GetEnvironmentResult.withName(String name)
The name of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withNetworkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withNetworkFabricType(String networkFabricType)
The network fabric type of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the environment owner.
|
GetEnvironmentResult |
GetEnvironmentResult.withState(EnvironmentState state)
The current state of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withState(String state)
The current state of the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withTags(Map<String,String> tags)
The tags to assign to the environment.
|
GetEnvironmentResult |
GetEnvironmentResult.withTransitGatewayId(String transitGatewayId)
The ID of the Transit Gateway set up by the environment, if applicable.
|
Copyright © 2023. All rights reserved.