Uses of Interface
software.amazon.awssdk.services.appconfig.model.ListDeploymentStrategiesResponse.Builder
-
Packages that use ListDeploymentStrategiesResponse.Builder Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of ListDeploymentStrategiesResponse.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return ListDeploymentStrategiesResponse.Builder Modifier and Type Method Description static ListDeploymentStrategiesResponse.BuilderListDeploymentStrategiesResponse. builder()ListDeploymentStrategiesResponse.BuilderListDeploymentStrategiesResponse.Builder. items(Collection<DeploymentStrategy> items)The elements from this collection.ListDeploymentStrategiesResponse.BuilderListDeploymentStrategiesResponse.Builder. items(Consumer<DeploymentStrategy.Builder>... items)The elements from this collection.ListDeploymentStrategiesResponse.BuilderListDeploymentStrategiesResponse.Builder. items(DeploymentStrategy... items)The elements from this collection.ListDeploymentStrategiesResponse.BuilderListDeploymentStrategiesResponse.Builder. nextToken(String nextToken)The token for the next set of items to return.ListDeploymentStrategiesResponse.BuilderListDeploymentStrategiesResponse. toBuilder()Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type ListDeploymentStrategiesResponse.Builder Modifier and Type Method Description static Class<? extends ListDeploymentStrategiesResponse.Builder>ListDeploymentStrategiesResponse. serializableBuilderClass()
-