| 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 |
AWSMigrationHubRefactorSpaces.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces environment.
|
CreateEnvironmentResult |
AbstractAWSMigrationHubRefactorSpaces.createEnvironment(CreateEnvironmentRequest request) |
Future<CreateEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsyncClient.createEnvironmentAsync(CreateEnvironmentRequest request) |
Future<CreateEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsync.createEnvironmentAsync(CreateEnvironmentRequest createEnvironmentRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces environment.
|
Future<CreateEnvironmentResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.createEnvironmentAsync(CreateEnvironmentRequest request) |
Future<CreateEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsyncClient.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> |
AbstractAWSMigrationHubRefactorSpacesAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEnvironmentResult> |
AWSMigrationHubRefactorSpacesAsyncClient.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> |
AbstractAWSMigrationHubRefactorSpacesAsync.createEnvironmentAsync(CreateEnvironmentRequest request,
AsyncHandler<CreateEnvironmentRequest,CreateEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest |
CreateEnvironmentRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.clone() |
CreateEnvironmentRequest |
CreateEnvironmentRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withDescription(String description)
The description of the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withName(String name)
The name of the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withNetworkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withNetworkFabricType(String networkFabricType)
The network fabric type of the environment.
|
CreateEnvironmentRequest |
CreateEnvironmentRequest.withTags(Map<String,String> tags)
The tags to assign to the environment.
|
Copyright © 2023. All rights reserved.