| Package | Description |
|---|---|
| com.amazonaws.services.appregistry.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.addApplicationTagEntry(String key,
String value)
Add a single ApplicationTag entry
|
Application |
Application.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Application |
Application.clearApplicationTagEntries()
Removes all the entries added into ApplicationTag.
|
Application |
Application.clearTagsEntries()
Removes all the entries added into Tags.
|
Application |
Application.clone() |
Application |
UpdateApplicationResult.getApplication()
The updated information of the application.
|
Application |
CreateApplicationResult.getApplication()
Information about the application.
|
Application |
Application.withApplicationTag(Map<String,String> applicationTag)
A key-value pair that identifies an associated resource.
|
Application |
Application.withArn(String arn)
The Amazon resource name (ARN) that specifies the application across services.
|
Application |
Application.withCreationTime(Date creationTime)
The ISO-8601 formatted timestamp of the moment when the application was created.
|
Application |
Application.withDescription(String description)
The description of the application.
|
Application |
Application.withId(String id)
The identifier of the application.
|
Application |
Application.withLastUpdateTime(Date lastUpdateTime)
The ISO-8601 formatted timestamp of the moment when the application was last updated.
|
Application |
Application.withName(String name)
The name of the application.
|
Application |
Application.withTags(Map<String,String> tags)
Key-value pairs you can use to associate with the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateApplicationResult.setApplication(Application application)
The updated information of the application.
|
void |
CreateApplicationResult.setApplication(Application application)
Information about the application.
|
UpdateApplicationResult |
UpdateApplicationResult.withApplication(Application application)
The updated information of the application.
|
CreateApplicationResult |
CreateApplicationResult.withApplication(Application application)
Information about the application.
|
Copyright © 2025. All rights reserved.