Uses of Interface
software.amazon.awssdk.services.greengrass.model.ListDeploymentsResponse.Builder
-
Packages that use ListDeploymentsResponse.Builder Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of ListDeploymentsResponse.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return ListDeploymentsResponse.Builder Modifier and Type Method Description static ListDeploymentsResponse.BuilderListDeploymentsResponse. builder()ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(Collection<Deployment> deployments)A list of deployments for the requested groups.ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(Consumer<Deployment.Builder>... deployments)A list of deployments for the requested groups.ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(Deployment... deployments)A list of deployments for the requested groups.ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. nextToken(String nextToken)The token for the next set of results, or ''null'' if there are no additional results.ListDeploymentsResponse.BuilderListDeploymentsResponse. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type ListDeploymentsResponse.Builder Modifier and Type Method Description static Class<? extends ListDeploymentsResponse.Builder>ListDeploymentsResponse. serializableBuilderClass()
-