| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces |
|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResult |
AbstractAWSMigrationHubRefactorSpaces.getApplication(GetApplicationRequest request) |
GetApplicationResult |
AWSMigrationHubRefactorSpaces.getApplication(GetApplicationRequest getApplicationRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces application.
|
GetApplicationResult |
AWSMigrationHubRefactorSpacesClient.getApplication(GetApplicationRequest request)
Gets an Amazon Web Services Migration Hub Refactor Spaces application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetApplicationResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.getApplicationAsync(GetApplicationRequest request) |
Future<GetApplicationResult> |
AWSMigrationHubRefactorSpacesAsync.getApplicationAsync(GetApplicationRequest getApplicationRequest)
Gets an Amazon Web Services Migration Hub Refactor Spaces application.
|
Future<GetApplicationResult> |
AWSMigrationHubRefactorSpacesAsyncClient.getApplicationAsync(GetApplicationRequest request) |
Future<GetApplicationResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
Future<GetApplicationResult> |
AWSMigrationHubRefactorSpacesAsync.getApplicationAsync(GetApplicationRequest getApplicationRequest,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
Gets an Amazon Web Services Migration Hub Refactor Spaces application.
|
Future<GetApplicationResult> |
AWSMigrationHubRefactorSpacesAsyncClient.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetApplicationResult> |
AbstractAWSMigrationHubRefactorSpacesAsync.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
Future<GetApplicationResult> |
AWSMigrationHubRefactorSpacesAsync.getApplicationAsync(GetApplicationRequest getApplicationRequest,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
Gets an Amazon Web Services Migration Hub Refactor Spaces application.
|
Future<GetApplicationResult> |
AWSMigrationHubRefactorSpacesAsyncClient.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResult |
GetApplicationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetApplicationResult |
GetApplicationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetApplicationResult |
GetApplicationResult.clone() |
GetApplicationResult |
GetApplicationResult.withApiGatewayProxy(ApiGatewayProxyConfig apiGatewayProxy)
The endpoint URL of the API Gateway proxy.
|
GetApplicationResult |
GetApplicationResult.withApplicationId(String applicationId)
The unique identifier of the application.
|
GetApplicationResult |
GetApplicationResult.withArn(String arn)
The Amazon Resource Name (ARN) of the application.
|
GetApplicationResult |
GetApplicationResult.withCreatedByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the application creator.
|
GetApplicationResult |
GetApplicationResult.withCreatedTime(Date createdTime)
A timestamp that indicates when the application is created.
|
GetApplicationResult |
GetApplicationResult.withEnvironmentId(String environmentId)
The unique identifier of the environment.
|
GetApplicationResult |
GetApplicationResult.withError(ErrorResponse error)
Any error associated with the application resource.
|
GetApplicationResult |
GetApplicationResult.withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the application was last updated.
|
GetApplicationResult |
GetApplicationResult.withName(String name)
The name of the application.
|
GetApplicationResult |
GetApplicationResult.withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the application owner (which is always the same as the environment owner
account ID).
|
GetApplicationResult |
GetApplicationResult.withProxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
GetApplicationResult |
GetApplicationResult.withProxyType(String proxyType)
The proxy type of the proxy created within the application.
|
GetApplicationResult |
GetApplicationResult.withState(ApplicationState state)
The current state of the application.
|
GetApplicationResult |
GetApplicationResult.withState(String state)
The current state of the application.
|
GetApplicationResult |
GetApplicationResult.withTags(Map<String,String> tags)
The tags assigned to the application.
|
GetApplicationResult |
GetApplicationResult.withVpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
Copyright © 2022. All rights reserved.