| Package | Description |
|---|---|
| com.amazonaws.services.appregistry |
Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their
Amazon Web Services resources.
|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResult |
AbstractAWSAppRegistry.getApplication(GetApplicationRequest request) |
GetApplicationResult |
AWSAppRegistryClient.getApplication(GetApplicationRequest request)
Retrieves metadata information about one of your applications.
|
GetApplicationResult |
AWSAppRegistry.getApplication(GetApplicationRequest getApplicationRequest)
Retrieves metadata information about one of your applications.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetApplicationResult> |
AWSAppRegistryAsyncClient.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
Future<GetApplicationResult> |
AbstractAWSAppRegistryAsync.getApplicationAsync(GetApplicationRequest request,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler) |
Future<GetApplicationResult> |
AWSAppRegistryAsync.getApplicationAsync(GetApplicationRequest getApplicationRequest,
AsyncHandler<GetApplicationRequest,GetApplicationResult> asyncHandler)
Retrieves metadata information about one of your applications.
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationResult |
GetApplicationResult.addApplicationTagEntry(String key,
String value)
Add a single ApplicationTag entry
|
GetApplicationResult |
GetApplicationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetApplicationResult |
GetApplicationResult.clearApplicationTagEntries()
Removes all the entries added into ApplicationTag.
|
GetApplicationResult |
GetApplicationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetApplicationResult |
GetApplicationResult.clone() |
GetApplicationResult |
GetApplicationResult.withApplicationTag(Map<String,String> applicationTag)
A key-value pair that identifies an associated resource.
|
GetApplicationResult |
GetApplicationResult.withArn(String arn)
The Amazon resource name (ARN) that specifies the application across services.
|
GetApplicationResult |
GetApplicationResult.withAssociatedResourceCount(Integer associatedResourceCount)
The number of top-level resources that were registered as part of this application.
|
GetApplicationResult |
GetApplicationResult.withCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment when the application was created.
|
GetApplicationResult |
GetApplicationResult.withDescription(String description)
The description of the application.
|
GetApplicationResult |
GetApplicationResult.withId(String id)
The identifier of the application.
|
GetApplicationResult |
GetApplicationResult.withIntegrations(Integrations integrations)
The information about the integration of the application with other services, such as Resource Groups.
|
GetApplicationResult |
GetApplicationResult.withLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment when the application was last updated.
|
GetApplicationResult |
GetApplicationResult.withName(String name)
The name of the application.
|
GetApplicationResult |
GetApplicationResult.withTags(Map<String,String> tags)
Key-value pairs associated with the application.
|
Copyright © 2023. All rights reserved.