| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateApplicationResult> |
AmazonAppConfigAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AbstractAmazonAppConfigAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AmazonAppConfigAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateApplicationRequest |
CreateApplicationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.withDescription(String description)
A description of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withName(String name)
A name for the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Map<String,String> tags)
Metadata to assign to the application.
|
Copyright © 2023. All rights reserved.