Uses of Interface
software.amazon.awssdk.services.appconfig.model.GetDeploymentRequest.Builder
-
Packages that use GetDeploymentRequest.Builder Package Description software.amazon.awssdk.services.appconfig AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application behavior in production environments without full code deployments.software.amazon.awssdk.services.appconfig.model -
-
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.appconfig
Method parameters in software.amazon.awssdk.services.appconfig with type arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeploymentResponse>AppConfigAsyncClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Retrieves information about a configuration deployment.default GetDeploymentResponseAppConfigClient. getDeployment(Consumer<GetDeploymentRequest.Builder> getDeploymentRequest)Retrieves information about a configuration deployment. -
Uses of GetDeploymentRequest.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return GetDeploymentRequest.Builder Modifier and Type Method Description GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. applicationId(String applicationId)The ID of the application that includes the deployment you want to get.static GetDeploymentRequest.BuilderGetDeploymentRequest. builder()GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. deploymentNumber(Integer deploymentNumber)The sequence number of the deployment.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. environmentId(String environmentId)The ID of the environment that includes the deployment you want to get.GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentRequest.BuilderGetDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentRequest.BuilderGetDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type GetDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentRequest.Builder>GetDeploymentRequest. serializableBuilderClass()
-