| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces |
|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResult |
AbstractAWSMigrationHubRefactorSpaces.createApplication(CreateApplicationRequest request) |
CreateApplicationResult |
AWSMigrationHubRefactorSpaces.createApplication(CreateApplicationRequest createApplicationRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces application.
|
CreateApplicationResult |
AWSMigrationHubRefactorSpacesClient.createApplication(CreateApplicationRequest request)
Creates an Amazon Web Services Migration Hub Refactor Spaces application.
|
Future<CreateApplicationResult> |
AWSMigrationHubRefactorSpacesAsyncClient.createApplicationAsync(CreateApplicationRequest request) |
Future<CreateApplicationResult> |
AWSMigrationHubRefactorSpacesAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest)
Creates an Amazon Web Services Migration Hub Refactor Spaces application.
|
Future<CreateApplicationResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.createApplicationAsync(CreateApplicationRequest request) |
Future<CreateApplicationResult> |
AWSMigrationHubRefactorSpacesAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSMigrationHubRefactorSpacesAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an Amazon Web Services Migration Hub Refactor Spaces application.
|
Future<CreateApplicationResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApplicationResult> |
AWSMigrationHubRefactorSpacesAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSMigrationHubRefactorSpacesAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an Amazon Web Services Migration Hub Refactor Spaces application.
|
Future<CreateApplicationResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateApplicationRequest |
CreateApplicationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.withApiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
CreateApplicationRequest |
CreateApplicationRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateApplicationRequest |
CreateApplicationRequest.withEnvironmentIdentifier(String environmentIdentifier)
The unique identifier of the environment.
|
CreateApplicationRequest |
CreateApplicationRequest.withName(String name)
The name to use for the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withProxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withProxyType(String proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Map<String,String> tags)
The tags to assign to the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withVpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
Copyright © 2023. All rights reserved.