| 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 |
|---|---|
CreateHostedConfigurationVersionResult |
AbstractAmazonAppConfig.createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest request) |
CreateHostedConfigurationVersionResult |
AmazonAppConfigClient.createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest request)
Creates a new configuration in the AppConfig hosted configuration store.
|
CreateHostedConfigurationVersionResult |
AmazonAppConfig.createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest createHostedConfigurationVersionRequest)
Creates a new configuration in the AppConfig hosted configuration store.
|
| Modifier and Type | Method and Description |
|---|---|
CreateHostedConfigurationVersionResult |
CreateHostedConfigurationVersionResult.clone() |
CreateHostedConfigurationVersionResult |
CreateHostedConfigurationVersionResult.withApplicationId(String applicationId)
The application ID.
|
CreateHostedConfigurationVersionResult |
CreateHostedConfigurationVersionResult.withConfigurationProfileId(String configurationProfileId)
The configuration profile ID.
|
CreateHostedConfigurationVersionResult |
CreateHostedConfigurationVersionResult.withContent(ByteBuffer content)
The content of the configuration or the configuration data.
|
CreateHostedConfigurationVersionResult |
CreateHostedConfigurationVersionResult.withContentType(String contentType)
A standard MIME type describing the format of the configuration content.
|
CreateHostedConfigurationVersionResult |
CreateHostedConfigurationVersionResult.withDescription(String description)
A description of the configuration.
|
CreateHostedConfigurationVersionResult |
CreateHostedConfigurationVersionResult.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.
|
CreateHostedConfigurationVersionResult |
CreateHostedConfigurationVersionResult.withVersionLabel(String versionLabel)
A user-defined label for an AppConfig hosted configuration version.
|
CreateHostedConfigurationVersionResult |
CreateHostedConfigurationVersionResult.withVersionNumber(Integer versionNumber)
The configuration version.
|
Copyright © 2024. All rights reserved.