| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSummary |
ApplicationSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ApplicationSummary |
ApplicationSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ApplicationSummary |
ApplicationSummary.clone() |
ApplicationSummary |
ApplicationSummary.withApiGatewayProxy(ApiGatewayProxySummary apiGatewayProxy)
The endpoint URL of the Amazon API Gateway proxy.
|
ApplicationSummary |
ApplicationSummary.withApplicationId(String applicationId)
The unique identifier of the application.
|
ApplicationSummary |
ApplicationSummary.withArn(String arn)
he Amazon Resource Name (ARN) of the application.
|
ApplicationSummary |
ApplicationSummary.withCreatedByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the application creator.
|
ApplicationSummary |
ApplicationSummary.withCreatedTime(Date createdTime)
A timestamp that indicates when the application is created.
|
ApplicationSummary |
ApplicationSummary.withEnvironmentId(String environmentId)
The unique identifier of the environment.
|
ApplicationSummary |
ApplicationSummary.withError(ErrorResponse error)
Any error associated with the application resource.
|
ApplicationSummary |
ApplicationSummary.withLastUpdatedTime(Date lastUpdatedTime)
A timestamp that indicates when the application was last updated.
|
ApplicationSummary |
ApplicationSummary.withName(String name)
The name of the application.
|
ApplicationSummary |
ApplicationSummary.withOwnerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the application owner.
|
ApplicationSummary |
ApplicationSummary.withProxyType(ProxyType proxyType)
The proxy type of the proxy created within the application.
|
ApplicationSummary |
ApplicationSummary.withProxyType(String proxyType)
The proxy type of the proxy created within the application.
|
ApplicationSummary |
ApplicationSummary.withState(ApplicationState state)
The current state of the application.
|
ApplicationSummary |
ApplicationSummary.withState(String state)
The current state of the application.
|
ApplicationSummary |
ApplicationSummary.withTags(Map<String,String> tags)
The tags assigned to the application.
|
ApplicationSummary |
ApplicationSummary.withVpcId(String vpcId)
The ID of the virtual private cloud (VPC).
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationSummary> |
ListApplicationsResult.getApplicationSummaryList()
The list of
ApplicationSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListApplicationsResult |
ListApplicationsResult.withApplicationSummaryList(ApplicationSummary... applicationSummaryList)
The list of
ApplicationSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationsResult.setApplicationSummaryList(Collection<ApplicationSummary> applicationSummaryList)
The list of
ApplicationSummary objects. |
ListApplicationsResult |
ListApplicationsResult.withApplicationSummaryList(Collection<ApplicationSummary> applicationSummaryList)
The list of
ApplicationSummary objects. |
Copyright © 2022. All rights reserved.