| 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.
|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateApplicationResponse |
AppConfigClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)
Creates an application.
|
default CreateApplicationResponse |
AppConfigClient.createApplication(CreateApplicationRequest createApplicationRequest)
Creates an application.
|
default CreateConfigurationProfileResponse |
AppConfigClient.createConfigurationProfile(Consumer<CreateConfigurationProfileRequest.Builder> createConfigurationProfileRequest)
Creates a configuration profile, which is information that enables AppConfig to access the configuration source.
|
default CreateConfigurationProfileResponse |
AppConfigClient.createConfigurationProfile(CreateConfigurationProfileRequest createConfigurationProfileRequest)
Creates a configuration profile, which is information that enables AppConfig to access the configuration source.
|
default CreateDeploymentStrategyResponse |
AppConfigClient.createDeploymentStrategy(Consumer<CreateDeploymentStrategyRequest.Builder> createDeploymentStrategyRequest)
Creates a deployment strategy that defines important criteria for rolling out your configuration to the
designated targets.
|
default CreateDeploymentStrategyResponse |
AppConfigClient.createDeploymentStrategy(CreateDeploymentStrategyRequest createDeploymentStrategyRequest)
Creates a deployment strategy that defines important criteria for rolling out your configuration to the
designated targets.
|
default CreateEnvironmentResponse |
AppConfigClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Creates an environment.
|
default CreateEnvironmentResponse |
AppConfigClient.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest)
Creates an environment.
|
default CreateExtensionResponse |
AppConfigClient.createExtension(Consumer<CreateExtensionRequest.Builder> createExtensionRequest)
Creates an AppConfig extension.
|
default CreateExtensionResponse |
AppConfigClient.createExtension(CreateExtensionRequest createExtensionRequest)
Creates an AppConfig extension.
|
default CreateExtensionAssociationResponse |
AppConfigClient.createExtensionAssociation(Consumer<CreateExtensionAssociationRequest.Builder> createExtensionAssociationRequest)
When you create an extension or configure an Amazon Web Services authored extension, you associate the extension
with an AppConfig application, environment, or configuration profile.
|
default CreateExtensionAssociationResponse |
AppConfigClient.createExtensionAssociation(CreateExtensionAssociationRequest createExtensionAssociationRequest)
When you create an extension or configure an Amazon Web Services authored extension, you associate the extension
with an AppConfig application, environment, or configuration profile.
|
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 DeleteApplicationResponse |
AppConfigClient.deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest)
Deletes an application.
|
default DeleteApplicationResponse |
AppConfigClient.deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes an application.
|
default DeleteConfigurationProfileResponse |
AppConfigClient.deleteConfigurationProfile(Consumer<DeleteConfigurationProfileRequest.Builder> deleteConfigurationProfileRequest)
Deletes a configuration profile.
|
default DeleteConfigurationProfileResponse |
AppConfigClient.deleteConfigurationProfile(DeleteConfigurationProfileRequest deleteConfigurationProfileRequest)
Deletes a configuration profile.
|
default DeleteDeploymentStrategyResponse |
AppConfigClient.deleteDeploymentStrategy(Consumer<DeleteDeploymentStrategyRequest.Builder> deleteDeploymentStrategyRequest)
Deletes a deployment strategy.
|
default DeleteDeploymentStrategyResponse |
AppConfigClient.deleteDeploymentStrategy(DeleteDeploymentStrategyRequest deleteDeploymentStrategyRequest)
Deletes a deployment strategy.
|
default DeleteEnvironmentResponse |
AppConfigClient.deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)
Deletes an environment.
|
default DeleteEnvironmentResponse |
AppConfigClient.deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)
Deletes an environment.
|
default DeleteExtensionResponse |
AppConfigClient.deleteExtension(Consumer<DeleteExtensionRequest.Builder> deleteExtensionRequest)
Deletes an AppConfig extension.
|
default DeleteExtensionResponse |
AppConfigClient.deleteExtension(DeleteExtensionRequest deleteExtensionRequest)
Deletes an AppConfig extension.
|
default DeleteExtensionAssociationResponse |
AppConfigClient.deleteExtensionAssociation(Consumer<DeleteExtensionAssociationRequest.Builder> deleteExtensionAssociationRequest)
Deletes an extension association.
|
default DeleteExtensionAssociationResponse |
AppConfigClient.deleteExtensionAssociation(DeleteExtensionAssociationRequest deleteExtensionAssociationRequest)
Deletes an extension association.
|
default DeleteHostedConfigurationVersionResponse |
AppConfigClient.deleteHostedConfigurationVersion(Consumer<DeleteHostedConfigurationVersionRequest.Builder> deleteHostedConfigurationVersionRequest)
Deletes a version of a configuration from the AppConfig hosted configuration store.
|
default DeleteHostedConfigurationVersionResponse |
AppConfigClient.deleteHostedConfigurationVersion(DeleteHostedConfigurationVersionRequest deleteHostedConfigurationVersionRequest)
Deletes a version of a configuration from the AppConfig hosted configuration store.
|
default GetApplicationResponse |
AppConfigClient.getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)
Retrieves information about an application.
|
default GetApplicationResponse |
AppConfigClient.getApplication(GetApplicationRequest getApplicationRequest)
Retrieves information about an application.
|
default GetConfigurationResponse |
AppConfigClient.getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)
Deprecated.
This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with
StartConfigurationSession.
|
default GetConfigurationResponse |
AppConfigClient.getConfiguration(GetConfigurationRequest getConfigurationRequest)
Deprecated.
This API has been deprecated in favor of the GetLatestConfiguration API used in conjunction with
StartConfigurationSession.
|
default GetConfigurationProfileResponse |
AppConfigClient.getConfigurationProfile(Consumer<GetConfigurationProfileRequest.Builder> getConfigurationProfileRequest)
Retrieves information about a configuration profile.
|
default GetConfigurationProfileResponse |
AppConfigClient.getConfigurationProfile(GetConfigurationProfileRequest getConfigurationProfileRequest)
Retrieves information about a configuration profile.
|
default GetDeploymentResponse |
AppConfigClient.getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)
Retrieves information about a configuration deployment.
|
default GetDeploymentResponse |
AppConfigClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
Retrieves information about a configuration deployment.
|
default GetDeploymentStrategyResponse |
AppConfigClient.getDeploymentStrategy(Consumer<GetDeploymentStrategyRequest.Builder> getDeploymentStrategyRequest)
Retrieves information about a deployment strategy.
|
default GetDeploymentStrategyResponse |
AppConfigClient.getDeploymentStrategy(GetDeploymentStrategyRequest getDeploymentStrategyRequest)
Retrieves information about a deployment strategy.
|
default GetEnvironmentResponse |
AppConfigClient.getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)
Retrieves information about an environment.
|
default GetEnvironmentResponse |
AppConfigClient.getEnvironment(GetEnvironmentRequest getEnvironmentRequest)
Retrieves information about an environment.
|
default GetExtensionResponse |
AppConfigClient.getExtension(Consumer<GetExtensionRequest.Builder> getExtensionRequest)
Returns information about an AppConfig extension.
|
default GetExtensionResponse |
AppConfigClient.getExtension(GetExtensionRequest getExtensionRequest)
Returns information about an AppConfig extension.
|
default GetExtensionAssociationResponse |
AppConfigClient.getExtensionAssociation(Consumer<GetExtensionAssociationRequest.Builder> getExtensionAssociationRequest)
Returns information about an AppConfig extension association.
|
default GetExtensionAssociationResponse |
AppConfigClient.getExtensionAssociation(GetExtensionAssociationRequest getExtensionAssociationRequest)
Returns information about an AppConfig extension association.
|
default GetHostedConfigurationVersionResponse |
AppConfigClient.getHostedConfigurationVersion(Consumer<GetHostedConfigurationVersionRequest.Builder> getHostedConfigurationVersionRequest)
Retrieves information about a specific configuration version.
|
default GetHostedConfigurationVersionResponse |
AppConfigClient.getHostedConfigurationVersion(GetHostedConfigurationVersionRequest getHostedConfigurationVersionRequest)
Retrieves information about a specific configuration version.
|
default ListApplicationsResponse |
AppConfigClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Lists all applications in your Amazon Web Services account.
|
default ListApplicationsResponse |
AppConfigClient.listApplications(ListApplicationsRequest listApplicationsRequest)
Lists all applications in your Amazon Web Services account.
|
default ListApplicationsIterable |
AppConfigClient.listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest)
Lists all applications in your Amazon Web Services account.
|
default ListApplicationsIterable |
AppConfigClient.listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)
Lists all applications in your Amazon Web Services account.
|
default ListConfigurationProfilesResponse |
AppConfigClient.listConfigurationProfiles(Consumer<ListConfigurationProfilesRequest.Builder> listConfigurationProfilesRequest)
Lists the configuration profiles for an application.
|
default ListConfigurationProfilesResponse |
AppConfigClient.listConfigurationProfiles(ListConfigurationProfilesRequest listConfigurationProfilesRequest)
Lists the configuration profiles for an application.
|
default ListConfigurationProfilesIterable |
AppConfigClient.listConfigurationProfilesPaginator(Consumer<ListConfigurationProfilesRequest.Builder> listConfigurationProfilesRequest)
Lists the configuration profiles for an application.
|
default ListConfigurationProfilesIterable |
AppConfigClient.listConfigurationProfilesPaginator(ListConfigurationProfilesRequest listConfigurationProfilesRequest)
Lists the configuration profiles for an application.
|
default ListDeploymentsResponse |
AppConfigClient.listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Lists the deployments for an environment in descending deployment number order.
|
default ListDeploymentsResponse |
AppConfigClient.listDeployments(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments for an environment in descending deployment number order.
|
default ListDeploymentsIterable |
AppConfigClient.listDeploymentsPaginator(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)
Lists the deployments for an environment in descending deployment number order.
|
default ListDeploymentsIterable |
AppConfigClient.listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)
Lists the deployments for an environment in descending deployment number order.
|
default ListDeploymentStrategiesResponse |
AppConfigClient.listDeploymentStrategies(Consumer<ListDeploymentStrategiesRequest.Builder> listDeploymentStrategiesRequest)
Lists deployment strategies.
|
default ListDeploymentStrategiesResponse |
AppConfigClient.listDeploymentStrategies(ListDeploymentStrategiesRequest listDeploymentStrategiesRequest)
Lists deployment strategies.
|
default ListDeploymentStrategiesIterable |
AppConfigClient.listDeploymentStrategiesPaginator(Consumer<ListDeploymentStrategiesRequest.Builder> listDeploymentStrategiesRequest)
Lists deployment strategies.
|
default ListDeploymentStrategiesIterable |
AppConfigClient.listDeploymentStrategiesPaginator(ListDeploymentStrategiesRequest listDeploymentStrategiesRequest)
Lists deployment strategies.
|
default ListEnvironmentsResponse |
AppConfigClient.listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Lists the environments for an application.
|
default ListEnvironmentsResponse |
AppConfigClient.listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest)
Lists the environments for an application.
|
default ListEnvironmentsIterable |
AppConfigClient.listEnvironmentsPaginator(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)
Lists the environments for an application.
|
default ListEnvironmentsIterable |
AppConfigClient.listEnvironmentsPaginator(ListEnvironmentsRequest listEnvironmentsRequest)
Lists the environments for an application.
|
default ListExtensionAssociationsResponse |
AppConfigClient.listExtensionAssociations(Consumer<ListExtensionAssociationsRequest.Builder> listExtensionAssociationsRequest)
Lists all AppConfig extension associations in the account.
|
default ListExtensionAssociationsResponse |
AppConfigClient.listExtensionAssociations(ListExtensionAssociationsRequest listExtensionAssociationsRequest)
Lists all AppConfig extension associations in the account.
|
default ListExtensionAssociationsIterable |
AppConfigClient.listExtensionAssociationsPaginator(Consumer<ListExtensionAssociationsRequest.Builder> listExtensionAssociationsRequest)
Lists all AppConfig extension associations in the account.
|
default ListExtensionAssociationsIterable |
AppConfigClient.listExtensionAssociationsPaginator(ListExtensionAssociationsRequest listExtensionAssociationsRequest)
Lists all AppConfig extension associations in the account.
|
default ListExtensionsResponse |
AppConfigClient.listExtensions(Consumer<ListExtensionsRequest.Builder> listExtensionsRequest)
Lists all custom and Amazon Web Services authored AppConfig extensions in the account.
|
default ListExtensionsResponse |
AppConfigClient.listExtensions(ListExtensionsRequest listExtensionsRequest)
Lists all custom and Amazon Web Services authored AppConfig extensions in the account.
|
default ListExtensionsIterable |
AppConfigClient.listExtensionsPaginator(Consumer<ListExtensionsRequest.Builder> listExtensionsRequest)
Lists all custom and Amazon Web Services authored AppConfig extensions in the account.
|
default ListExtensionsIterable |
AppConfigClient.listExtensionsPaginator(ListExtensionsRequest listExtensionsRequest)
Lists all custom and Amazon Web Services authored AppConfig extensions in the account.
|
default ListHostedConfigurationVersionsResponse |
AppConfigClient.listHostedConfigurationVersions(Consumer<ListHostedConfigurationVersionsRequest.Builder> listHostedConfigurationVersionsRequest)
Lists configurations stored in the AppConfig hosted configuration store by version.
|
default ListHostedConfigurationVersionsResponse |
AppConfigClient.listHostedConfigurationVersions(ListHostedConfigurationVersionsRequest listHostedConfigurationVersionsRequest)
Lists configurations stored in the AppConfig hosted configuration store by version.
|
default ListHostedConfigurationVersionsIterable |
AppConfigClient.listHostedConfigurationVersionsPaginator(Consumer<ListHostedConfigurationVersionsRequest.Builder> listHostedConfigurationVersionsRequest)
Lists configurations stored in the AppConfig hosted configuration store by version.
|
default ListHostedConfigurationVersionsIterable |
AppConfigClient.listHostedConfigurationVersionsPaginator(ListHostedConfigurationVersionsRequest listHostedConfigurationVersionsRequest)
Lists configurations stored in the AppConfig hosted configuration store by version.
|
default ListTagsForResourceResponse |
AppConfigClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves the list of key-value tags assigned to the resource.
|
default ListTagsForResourceResponse |
AppConfigClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves the list of key-value tags assigned to the resource.
|
default StartDeploymentResponse |
AppConfigClient.startDeployment(Consumer<StartDeploymentRequest.Builder> startDeploymentRequest)
Starts a deployment.
|
default StartDeploymentResponse |
AppConfigClient.startDeployment(StartDeploymentRequest startDeploymentRequest)
Starts a deployment.
|
default StopDeploymentResponse |
AppConfigClient.stopDeployment(Consumer<StopDeploymentRequest.Builder> stopDeploymentRequest)
Stops a deployment.
|
default StopDeploymentResponse |
AppConfigClient.stopDeployment(StopDeploymentRequest stopDeploymentRequest)
Stops a deployment.
|
default TagResourceResponse |
AppConfigClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns metadata to an AppConfig resource.
|
default TagResourceResponse |
AppConfigClient.tagResource(TagResourceRequest tagResourceRequest)
Assigns metadata to an AppConfig resource.
|
default UntagResourceResponse |
AppConfigClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes a tag key and value from an AppConfig resource.
|
default UntagResourceResponse |
AppConfigClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes a tag key and value from an AppConfig resource.
|
default UpdateApplicationResponse |
AppConfigClient.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)
Updates an application.
|
default UpdateApplicationResponse |
AppConfigClient.updateApplication(UpdateApplicationRequest updateApplicationRequest)
Updates an application.
|
default UpdateConfigurationProfileResponse |
AppConfigClient.updateConfigurationProfile(Consumer<UpdateConfigurationProfileRequest.Builder> updateConfigurationProfileRequest)
Updates a configuration profile.
|
default UpdateConfigurationProfileResponse |
AppConfigClient.updateConfigurationProfile(UpdateConfigurationProfileRequest updateConfigurationProfileRequest)
Updates a configuration profile.
|
default UpdateDeploymentStrategyResponse |
AppConfigClient.updateDeploymentStrategy(Consumer<UpdateDeploymentStrategyRequest.Builder> updateDeploymentStrategyRequest)
Updates a deployment strategy.
|
default UpdateDeploymentStrategyResponse |
AppConfigClient.updateDeploymentStrategy(UpdateDeploymentStrategyRequest updateDeploymentStrategyRequest)
Updates a deployment strategy.
|
default UpdateEnvironmentResponse |
AppConfigClient.updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Updates an environment.
|
default UpdateEnvironmentResponse |
AppConfigClient.updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
Updates an environment.
|
default UpdateExtensionResponse |
AppConfigClient.updateExtension(Consumer<UpdateExtensionRequest.Builder> updateExtensionRequest)
Updates an AppConfig extension.
|
default UpdateExtensionResponse |
AppConfigClient.updateExtension(UpdateExtensionRequest updateExtensionRequest)
Updates an AppConfig extension.
|
default UpdateExtensionAssociationResponse |
AppConfigClient.updateExtensionAssociation(Consumer<UpdateExtensionAssociationRequest.Builder> updateExtensionAssociationRequest)
Updates an association.
|
default UpdateExtensionAssociationResponse |
AppConfigClient.updateExtensionAssociation(UpdateExtensionAssociationRequest updateExtensionAssociationRequest)
Updates an association.
|
default ValidateConfigurationResponse |
AppConfigClient.validateConfiguration(Consumer<ValidateConfigurationRequest.Builder> validateConfigurationRequest)
Uses the validators in a configuration profile to validate a configuration.
|
default ValidateConfigurationResponse |
AppConfigClient.validateConfiguration(ValidateConfigurationRequest validateConfigurationRequest)
Uses the validators in a configuration profile to validate a configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
The input fails to satisfy the constraints specified by an Amazon Web Services service.
|
class |
ConflictException
The request could not be processed because of conflict in the current state of the resource.
|
class |
InternalServerException
There was an internal failure in the AppConfig service.
|
class |
PayloadTooLargeException
The configuration size is too large.
|
class |
ResourceNotFoundException
The requested resource could not be found.
|
class |
ServiceQuotaExceededException
The number of hosted configuration versions exceeds the limit for the AppConfig hosted configuration store.
|
| Modifier and Type | Method and Description |
|---|---|
AppConfigException |
AppConfigException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(AppConfigException ex) |
Copyright © 2023. All rights reserved.