Uses of Interface
software.amazon.awssdk.services.greengrass.model.ListDeploymentsRequest.Builder
-
Packages that use ListDeploymentsRequest.Builder Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage.software.amazon.awssdk.services.greengrass.model -
-
Uses of ListDeploymentsRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type ListDeploymentsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>GreengrassAsyncClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Returns a history of deployments for the group.default ListDeploymentsResponseGreengrassClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Returns a history of deployments for the group. -
Uses of ListDeploymentsRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return ListDeploymentsRequest.Builder Modifier and Type Method Description static ListDeploymentsRequest.BuilderListDeploymentsRequest. builder()ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. groupId(String groupId)The ID of the Greengrass group.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. maxResults(String maxResults)The maximum number of results to be returned per request.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or ''null'' if there are no additional results.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeploymentsRequest.BuilderListDeploymentsRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type ListDeploymentsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeploymentsRequest.Builder>ListDeploymentsRequest. serializableBuilderClass()
-