| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
CreateHostedConfigurationVersionResult |
AmazonAppConfig.createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest createHostedConfigurationVersionRequest)
Create a new configuration in the AppConfig configuration store.
|
CreateHostedConfigurationVersionResult |
AbstractAmazonAppConfig.createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest request) |
CreateHostedConfigurationVersionResult |
AmazonAppConfigClient.createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest request)
Create a new configuration in the AppConfig 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.withVersionNumber(Integer versionNumber)
The configuration version.
|
Copyright © 2021. All rights reserved.