Uses of Class
software.amazon.awssdk.services.snowball.model.ListJobsRequest
-
Packages that use ListJobsRequest 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 ListJobsRequest in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball with parameters of type ListJobsRequest Modifier and Type Method Description default CompletableFuture<ListJobsResponse>SnowballAsyncClient. listJobs(ListJobsRequest listJobsRequest)Returns an array ofJobListEntryobjects of the specified length.default ListJobsResponseSnowballClient. listJobs(ListJobsRequest listJobsRequest)Returns an array ofJobListEntryobjects of the specified length.default ListJobsPublisherSnowballAsyncClient. listJobsPaginator(ListJobsRequest listJobsRequest)Returns an array ofJobListEntryobjects of the specified length.default ListJobsIterableSnowballClient. listJobsPaginator(ListJobsRequest listJobsRequest)Returns an array ofJobListEntryobjects of the specified length. -
Uses of ListJobsRequest in software.amazon.awssdk.services.snowball.paginators
Constructors in software.amazon.awssdk.services.snowball.paginators with parameters of type ListJobsRequest Constructor Description ListJobsIterable(SnowballClient client, ListJobsRequest firstRequest)ListJobsPublisher(SnowballAsyncClient client, ListJobsRequest firstRequest) -
Uses of ListJobsRequest in software.amazon.awssdk.services.snowball.transform
Methods in software.amazon.awssdk.services.snowball.transform with parameters of type ListJobsRequest Modifier and Type Method Description SdkHttpFullRequestListJobsRequestMarshaller. marshall(ListJobsRequest listJobsRequest)
-