| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApplicationResult> |
AWSMigrationHubRefactorSpacesAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResult |
CreateApplicationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateApplicationResult |
CreateApplicationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApplicationResult |
CreateApplicationResult.clone() |
CreateApplicationResult |
CreateApplicationResult.withApiGatewayProxy(ApiGatewayProxyInput apiGatewayProxy)
A wrapper object holding the API Gateway endpoint type and stage name for the proxy.
|
CreateApplicationResult |
CreateApplicationResult.withApplicationId(String applicationId)
The unique identifier of the application.
|
CreateApplicationResult |
CreateApplicationResult.withArn(String arn)
The Amazon Resource Name (ARN) of the application.
|
CreateApplicationResult |
CreateApplicationResult.withCreatedByAccountId(String createdByAccountId)
The Amazon Web Services account ID of application creator.
|
CreateApplicationResult |
CreateApplicationResult.withCreatedTime(Date createdTime)
A timestamp that indicates when the application is created.
|
CreateApplicationResult |
CreateApplicationResult.withEnvironmentId(String environmentId)
The ID of the environment in which the application is created.
|
CreateApplicationResult |
CreateApplicationResult.withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the application was last updated.
|
CreateApplicationResult |
CreateApplicationResult.withName(String name)
The name of the application.
|
CreateApplicationResult |
CreateApplicationResult.withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner
account ID).
|
CreateApplicationResult |
CreateApplicationResult.withProxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationResult |
CreateApplicationResult.withProxyType(String proxyType)
The proxy type of the proxy created within the application.
|
CreateApplicationResult |
CreateApplicationResult.withState(ApplicationState state)
The current state of the application.
|
CreateApplicationResult |
CreateApplicationResult.withState(String state)
The current state of the application.
|
CreateApplicationResult |
CreateApplicationResult.withTags(Map<String,String> tags)
The tags assigned to the application.
|
CreateApplicationResult |
CreateApplicationResult.withVpcId(String vpcId)
The ID of the Amazon VPC.
|
Copyright © 2022. All rights reserved.