Uses of Class
software.amazon.awssdk.services.appconfig.model.DeleteEnvironmentResponse
-
Packages that use DeleteEnvironmentResponse 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 DeleteEnvironmentResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return DeleteEnvironmentResponse Modifier and Type Method Description default DeleteEnvironmentResponseAppConfigClient. deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)Deletes an environment.default DeleteEnvironmentResponseAppConfigClient. deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)Deletes an environment.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type DeleteEnvironmentResponse Modifier and Type Method Description default CompletableFuture<DeleteEnvironmentResponse>AppConfigAsyncClient. deleteEnvironment(Consumer<DeleteEnvironmentRequest.Builder> deleteEnvironmentRequest)Deletes an environment.default CompletableFuture<DeleteEnvironmentResponse>AppConfigAsyncClient. deleteEnvironment(DeleteEnvironmentRequest deleteEnvironmentRequest)Deletes an environment.
-