Uses of Class
software.amazon.awssdk.services.appconfig.model.AppliedExtension
-
Packages that use AppliedExtension Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of AppliedExtension in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type AppliedExtension Modifier and Type Method Description List<AppliedExtension>GetDeploymentResponse. appliedExtensions()A list of extensions that were processed as part of the deployment.List<AppliedExtension>StartDeploymentResponse. appliedExtensions()A list of extensions that were processed as part of the deployment.List<AppliedExtension>StopDeploymentResponse. appliedExtensions()A list of extensions that were processed as part of the deployment.Methods in software.amazon.awssdk.services.appconfig.model with parameters of type AppliedExtension Modifier and Type Method Description GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. appliedExtensions(AppliedExtension... appliedExtensions)A list of extensions that were processed as part of the deployment.StartDeploymentResponse.BuilderStartDeploymentResponse.Builder. appliedExtensions(AppliedExtension... appliedExtensions)A list of extensions that were processed as part of the deployment.StopDeploymentResponse.BuilderStopDeploymentResponse.Builder. appliedExtensions(AppliedExtension... appliedExtensions)A list of extensions that were processed as part of the deployment.Method parameters in software.amazon.awssdk.services.appconfig.model with type arguments of type AppliedExtension Modifier and Type Method Description GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. appliedExtensions(Collection<AppliedExtension> appliedExtensions)A list of extensions that were processed as part of the deployment.StartDeploymentResponse.BuilderStartDeploymentResponse.Builder. appliedExtensions(Collection<AppliedExtension> appliedExtensions)A list of extensions that were processed as part of the deployment.StopDeploymentResponse.BuilderStopDeploymentResponse.Builder. appliedExtensions(Collection<AppliedExtension> appliedExtensions)A list of extensions that were processed as part of the deployment.
-