Uses of Class
software.amazon.awssdk.services.appconfig.model.DeleteConfigurationProfileResponse
-
Packages that use DeleteConfigurationProfileResponse 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 DeleteConfigurationProfileResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return DeleteConfigurationProfileResponse Modifier and Type Method Description default DeleteConfigurationProfileResponseAppConfigClient. deleteConfigurationProfile(Consumer<DeleteConfigurationProfileRequest.Builder> deleteConfigurationProfileRequest)Deletes a configuration profile.default DeleteConfigurationProfileResponseAppConfigClient. deleteConfigurationProfile(DeleteConfigurationProfileRequest deleteConfigurationProfileRequest)Deletes a configuration profile.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type DeleteConfigurationProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteConfigurationProfileResponse>AppConfigAsyncClient. deleteConfigurationProfile(Consumer<DeleteConfigurationProfileRequest.Builder> deleteConfigurationProfileRequest)Deletes a configuration profile.default CompletableFuture<DeleteConfigurationProfileResponse>AppConfigAsyncClient. deleteConfigurationProfile(DeleteConfigurationProfileRequest deleteConfigurationProfileRequest)Deletes a configuration profile.
-