Uses of Class
software.amazon.awssdk.services.snowball.model.ListClusterJobsRequest
-
Packages that use ListClusterJobsRequest Package Description software.amazon.awssdk.services.snowball The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).software.amazon.awssdk.services.snowball.paginators software.amazon.awssdk.services.snowball.transform -
-
Uses of ListClusterJobsRequest in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball with parameters of type ListClusterJobsRequest Modifier and Type Method Description default CompletableFuture<ListClusterJobsResponse>SnowballAsyncClient. listClusterJobs(ListClusterJobsRequest listClusterJobsRequest)Returns an array ofJobListEntryobjects of the specified length.default ListClusterJobsResponseSnowballClient. listClusterJobs(ListClusterJobsRequest listClusterJobsRequest)Returns an array ofJobListEntryobjects of the specified length.default ListClusterJobsPublisherSnowballAsyncClient. listClusterJobsPaginator(ListClusterJobsRequest listClusterJobsRequest)Returns an array ofJobListEntryobjects of the specified length.default ListClusterJobsIterableSnowballClient. listClusterJobsPaginator(ListClusterJobsRequest listClusterJobsRequest)Returns an array ofJobListEntryobjects of the specified length. -
Uses of ListClusterJobsRequest in software.amazon.awssdk.services.snowball.paginators
Constructors in software.amazon.awssdk.services.snowball.paginators with parameters of type ListClusterJobsRequest Constructor Description ListClusterJobsIterable(SnowballClient client, ListClusterJobsRequest firstRequest)ListClusterJobsPublisher(SnowballAsyncClient client, ListClusterJobsRequest firstRequest) -
Uses of ListClusterJobsRequest in software.amazon.awssdk.services.snowball.transform
Methods in software.amazon.awssdk.services.snowball.transform with parameters of type ListClusterJobsRequest Modifier and Type Method Description SdkHttpFullRequestListClusterJobsRequestMarshaller. marshall(ListClusterJobsRequest listClusterJobsRequest)
-