| 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 |
|---|---|
GetHostedConfigurationVersionResult |
AbstractAmazonAppConfig.getHostedConfigurationVersion(GetHostedConfigurationVersionRequest request) |
GetHostedConfigurationVersionResult |
AmazonAppConfigClient.getHostedConfigurationVersion(GetHostedConfigurationVersionRequest request)
Retrieves information about a specific configuration version.
|
GetHostedConfigurationVersionResult |
AmazonAppConfig.getHostedConfigurationVersion(GetHostedConfigurationVersionRequest getHostedConfigurationVersionRequest)
Retrieves information about a specific configuration version.
|
| Modifier and Type | Method and Description |
|---|---|
GetHostedConfigurationVersionResult |
GetHostedConfigurationVersionResult.clone() |
GetHostedConfigurationVersionResult |
GetHostedConfigurationVersionResult.withApplicationId(String applicationId)
The application ID.
|
GetHostedConfigurationVersionResult |
GetHostedConfigurationVersionResult.withConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
|
GetHostedConfigurationVersionResult |
GetHostedConfigurationVersionResult.withContent(ByteBuffer content)
The content of the configuration or the configuration data.
|
GetHostedConfigurationVersionResult |
GetHostedConfigurationVersionResult.withContentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
GetHostedConfigurationVersionResult |
GetHostedConfigurationVersionResult.withDescription(String description)
A description of the configuration.
|
GetHostedConfigurationVersionResult |
GetHostedConfigurationVersionResult.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the
configuration data in the AppConfig hosted configuration store.
|
GetHostedConfigurationVersionResult |
GetHostedConfigurationVersionResult.withVersionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
|
GetHostedConfigurationVersionResult |
GetHostedConfigurationVersionResult.withVersionNumber(Integer versionNumber)
The configuration version.
|
Copyright © 2024. All rights reserved.