Uses of Class
software.amazon.awssdk.services.appconfig.model.DeleteHostedConfigurationVersionResponse
-
Packages that use DeleteHostedConfigurationVersionResponse 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. -
-
Uses of DeleteHostedConfigurationVersionResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return DeleteHostedConfigurationVersionResponse Modifier and Type Method Description default DeleteHostedConfigurationVersionResponseAppConfigClient. deleteHostedConfigurationVersion(Consumer<DeleteHostedConfigurationVersionRequest.Builder> deleteHostedConfigurationVersionRequest)Deletes a version of a configuration from the AppConfig hosted configuration store.default DeleteHostedConfigurationVersionResponseAppConfigClient. deleteHostedConfigurationVersion(DeleteHostedConfigurationVersionRequest deleteHostedConfigurationVersionRequest)Deletes a version of a configuration from the AppConfig hosted configuration store.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type DeleteHostedConfigurationVersionResponse Modifier and Type Method Description default CompletableFuture<DeleteHostedConfigurationVersionResponse>AppConfigAsyncClient. deleteHostedConfigurationVersion(Consumer<DeleteHostedConfigurationVersionRequest.Builder> deleteHostedConfigurationVersionRequest)Deletes a version of a configuration from the AppConfig hosted configuration store.default CompletableFuture<DeleteHostedConfigurationVersionResponse>AppConfigAsyncClient. deleteHostedConfigurationVersion(DeleteHostedConfigurationVersionRequest deleteHostedConfigurationVersionRequest)Deletes a version of a configuration from the AppConfig hosted configuration store.
-