| 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 CreateExtensionResponse |
AppConfigClient.createExtension(Consumer<CreateExtensionRequest.Builder> createExtensionRequest)
Creates an AppConfig extension.
|
default CreateExtensionResponse |
AppConfigClient.createExtension(CreateExtensionRequest createExtensionRequest)
Creates an AppConfig extension.
|
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.
|
default UpdateExtensionResponse |
AppConfigClient.updateExtension(Consumer<UpdateExtensionRequest.Builder> updateExtensionRequest)
Updates an AppConfig extension.
|
default UpdateExtensionResponse |
AppConfigClient.updateExtension(UpdateExtensionRequest updateExtensionRequest)
Updates an AppConfig extension.
|
Copyright © 2023. All rights reserved.