| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application
behavior in production environments without full code deployments.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
CreateHostedConfigurationVersionRequest |
CreateHostedConfigurationVersionRequest.clone() |
CreateHostedConfigurationVersionRequest |
CreateHostedConfigurationVersionRequest.withApplicationId(String applicationId)
The application ID.
|
CreateHostedConfigurationVersionRequest |
CreateHostedConfigurationVersionRequest.withConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
|
CreateHostedConfigurationVersionRequest |
CreateHostedConfigurationVersionRequest.withContent(ByteBuffer content)
The content of the configuration or the configuration data.
|
CreateHostedConfigurationVersionRequest |
CreateHostedConfigurationVersionRequest.withContentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
CreateHostedConfigurationVersionRequest |
CreateHostedConfigurationVersionRequest.withDescription(String description)
A description of the configuration.
|
CreateHostedConfigurationVersionRequest |
CreateHostedConfigurationVersionRequest.withLatestVersionNumber(Integer latestVersionNumber)
An optional locking token used to prevent race conditions from overwriting configuration updates when creating a
new version.
|
CreateHostedConfigurationVersionRequest |
CreateHostedConfigurationVersionRequest.withVersionLabel(String versionLabel)
An optional, user-defined label for the AppConfig hosted configuration version.
|
Copyright © 2024. All rights reserved.