Uses of Interface
software.amazon.awssdk.services.launchwizard.model.ListDeploymentsResponse.Builder
-
Packages that use ListDeploymentsResponse.Builder Package Description software.amazon.awssdk.services.launchwizard.model -
-
Uses of ListDeploymentsResponse.Builder in software.amazon.awssdk.services.launchwizard.model
Methods in software.amazon.awssdk.services.launchwizard.model that return ListDeploymentsResponse.Builder Modifier and Type Method Description static ListDeploymentsResponse.BuilderListDeploymentsResponse. builder()ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(Collection<DeploymentDataSummary> deployments)Lists the deployments.ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(Consumer<DeploymentDataSummary.Builder>... deployments)Lists the deployments.ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(DeploymentDataSummary... deployments)Lists the deployments.ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. nextToken(String nextToken)The token to include in another request to get the next page of items.ListDeploymentsResponse.BuilderListDeploymentsResponse. toBuilder()Methods in software.amazon.awssdk.services.launchwizard.model that return types with arguments of type ListDeploymentsResponse.Builder Modifier and Type Method Description static Class<? extends ListDeploymentsResponse.Builder>ListDeploymentsResponse. serializableBuilderClass()
-