| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces |
|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentResult |
AWSMigrationHubRefactorSpacesClient.createEnvironment(CreateEnvironmentRequest request)
Creates an Amazon Web Services Migration Hub Refactor Spaces environment.
|
CreateEnvironmentResult |
AbstractAWSMigrationHubRefactorSpaces.createEnvironment(CreateEnvironmentRequest request) |
CreateEnvironmentResult |
AWSMigrationHubRefactorSpaces.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces environment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEnvironmentResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
Future<CreateEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler)
Creates an Amazon Web Services Migration Hub Refactor Spaces environment.
|
Future<CreateEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentResult |
CreateEnvironmentResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateEnvironmentResult |
CreateEnvironmentResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateEnvironmentResult |
CreateEnvironmentResult.clone() |
CreateEnvironmentResult |
CreateEnvironmentResult.withArn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withCreatedTime(Date createdTime)
A timestamp that indicates when the environment is created.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withDescription(String description)
A description of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironmentId(String environmentId)
The unique identifier of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the environment was last updated.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withName(String name)
The name of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withNetworkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withNetworkFabricType(String networkFabricType)
The network fabric type of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of environment owner.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withState(EnvironmentState state)
The current state of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withState(String state)
The current state of the environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withTags(Map<String,String> tags)
The tags assigned to the created environment.
|
Copyright © 2023. All rights reserved.