Uses of Class
software.amazon.awssdk.services.appconfig.model.GetDeploymentResponse
-
Packages that use GetDeploymentResponse 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 GetDeploymentResponse in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return GetDeploymentResponse Modifier and Type Method Description default GetDeploymentResponseAppConfigClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Retrieves information about a configuration deployment.default GetDeploymentResponseAppConfigClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Retrieves information about a configuration deployment.Methods in software.amazon.awssdk.services.appconfig that return types with arguments of type GetDeploymentResponse Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>AppConfigAsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Retrieves information about a configuration deployment.default CompletableFuture<GetDeploymentResponse>AppConfigAsyncClient. getDeployment(GetDeploymentRequest getDeploymentRequest)Retrieves information about a configuration deployment.
-