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