Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ListDeploymentsRequest
-
Packages that use ListDeploymentsRequest Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.software.amazon.awssdk.services.greengrassv2.paginators software.amazon.awssdk.services.greengrassv2.transform -
-
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 with parameters of type ListDeploymentsRequest Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>GreengrassV2AsyncClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Retrieves a paginated list of deployments.default ListDeploymentsResponseGreengrassV2Client. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Retrieves a paginated list of deployments.default ListDeploymentsPublisherGreengrassV2AsyncClient. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)Retrieves a paginated list of deployments.default ListDeploymentsIterableGreengrassV2Client. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)Retrieves a paginated list of deployments. -
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.greengrassv2.paginators
Constructors in software.amazon.awssdk.services.greengrassv2.paginators with parameters of type ListDeploymentsRequest Constructor Description ListDeploymentsIterable(GreengrassV2Client client, ListDeploymentsRequest firstRequest)ListDeploymentsPublisher(GreengrassV2AsyncClient client, ListDeploymentsRequest firstRequest) -
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.greengrassv2.transform
Methods in software.amazon.awssdk.services.greengrassv2.transform with parameters of type ListDeploymentsRequest Modifier and Type Method Description SdkHttpFullRequestListDeploymentsRequestMarshaller. marshall(ListDeploymentsRequest listDeploymentsRequest)
-