| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateHostedConfigurationVersionResponse |
AppConfigClient.createHostedConfigurationVersion(Consumer<CreateHostedConfigurationVersionRequest.Builder> createHostedConfigurationVersionRequest)
Creates a new configuration in the AppConfig hosted configuration store.
|
default CreateHostedConfigurationVersionResponse |
AppConfigClient.createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest createHostedConfigurationVersionRequest)
Creates a new configuration in the AppConfig hosted configuration store.
|
default DeleteConfigurationProfileResponse |
AppConfigClient.deleteConfigurationProfile(Consumer<DeleteConfigurationProfileRequest.Builder> deleteConfigurationProfileRequest)
Deletes a configuration profile.
|
default DeleteConfigurationProfileResponse |
AppConfigClient.deleteConfigurationProfile(DeleteConfigurationProfileRequest deleteConfigurationProfileRequest)
Deletes a configuration profile.
|
default DeleteEnvironmentResponse |
AppConfigClient.deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)
Deletes an environment.
|
default DeleteEnvironmentResponse |
AppConfigClient.deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)
Deletes an environment.
|
default StartDeploymentResponse |
AppConfigClient.startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Starts a deployment.
|
default StartDeploymentResponse |
AppConfigClient.startDeployment(StartDeploymentRequest startDeploymentRequest)
Starts a deployment.
|
Copyright © 2022. All rights reserved.