Uses of Class
software.amazon.awssdk.services.s3control.model.InvalidNextTokenException
-
Packages that use InvalidNextTokenException Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of InvalidNextTokenException in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that throw InvalidNextTokenException Modifier and Type Method Description default ListJobsResponseS3ControlClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request.default ListJobsResponseS3ControlClient. listJobs(ListJobsRequest listJobsRequest)Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request.default ListJobsIterableS3ControlClient. listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request.default ListJobsIterableS3ControlClient. listJobsPaginator(ListJobsRequest listJobsRequest)Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for the Amazon Web Services account making the request.
-