| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateHostedConfigurationVersionResponse |
AppConfigClient.createHostedConfigurationVersion(Consumer<CreateHostedConfigurationVersionRequest.Builder> createHostedConfigurationVersionRequest)
Create a new configuration in the AppConfig configuration store.
|
default CreateHostedConfigurationVersionResponse |
AppConfigClient.createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest createHostedConfigurationVersionRequest)
Create a new configuration in the AppConfig configuration store.
|
default DeleteConfigurationProfileResponse |
AppConfigClient.deleteConfigurationProfile(Consumer<DeleteConfigurationProfileRequest.Builder> deleteConfigurationProfileRequest)
Delete a configuration profile.
|
default DeleteConfigurationProfileResponse |
AppConfigClient.deleteConfigurationProfile(DeleteConfigurationProfileRequest deleteConfigurationProfileRequest)
Delete a configuration profile.
|
default DeleteEnvironmentResponse |
AppConfigClient.deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)
Delete an environment.
|
default DeleteEnvironmentResponse |
AppConfigClient.deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)
Delete an environment.
|
default StartDeploymentResponse |
AppConfigClient.startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Starts a deployment.
|
default StartDeploymentResponse |
AppConfigClient.startDeployment(StartDeploymentRequest startDeploymentRequest)
Starts a deployment.
|
Copyright © 2020. All rights reserved.