Uses of Interface
software.amazon.awssdk.services.codedeploy.model.ListDeploymentConfigsResponse.Builder
-
Packages that use ListDeploymentConfigsResponse.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of ListDeploymentConfigsResponse.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return ListDeploymentConfigsResponse.Builder Modifier and Type Method Description static ListDeploymentConfigsResponse.BuilderListDeploymentConfigsResponse. builder()ListDeploymentConfigsResponse.BuilderListDeploymentConfigsResponse.Builder. deploymentConfigsList(String... deploymentConfigsList)A list of deployment configurations, including built-in configurations such asCodeDeployDefault.OneAtATime.ListDeploymentConfigsResponse.BuilderListDeploymentConfigsResponse.Builder. deploymentConfigsList(Collection<String> deploymentConfigsList)A list of deployment configurations, including built-in configurations such asCodeDeployDefault.OneAtATime.ListDeploymentConfigsResponse.BuilderListDeploymentConfigsResponse.Builder. nextToken(String nextToken)If a large amount of information is returned, an identifier is also returned.ListDeploymentConfigsResponse.BuilderListDeploymentConfigsResponse. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type ListDeploymentConfigsResponse.Builder Modifier and Type Method Description static Class<? extends ListDeploymentConfigsResponse.Builder>ListDeploymentConfigsResponse. serializableBuilderClass()
-