Uses of Class
software.amazon.awssdk.services.snowball.model.JobListEntry
-
Packages that use JobListEntry Package Description software.amazon.awssdk.services.snowball.model software.amazon.awssdk.services.snowball.paginators -
-
Uses of JobListEntry in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type JobListEntry Modifier and Type Method Description List<JobListEntry>CreateClusterResponse. jobListEntries()List of jobs created for this cluster.List<JobListEntry>ListClusterJobsResponse. jobListEntries()EachJobListEntryobject contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.List<JobListEntry>ListJobsResponse. jobListEntries()EachJobListEntryobject contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.Methods in software.amazon.awssdk.services.snowball.model with parameters of type JobListEntry Modifier and Type Method Description CreateClusterResponse.BuilderCreateClusterResponse.Builder. jobListEntries(JobListEntry... jobListEntries)List of jobs created for this cluster.ListClusterJobsResponse.BuilderListClusterJobsResponse.Builder. jobListEntries(JobListEntry... jobListEntries)EachJobListEntryobject contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.ListJobsResponse.BuilderListJobsResponse.Builder. jobListEntries(JobListEntry... jobListEntries)EachJobListEntryobject contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type JobListEntry Modifier and Type Method Description CreateClusterResponse.BuilderCreateClusterResponse.Builder. jobListEntries(Collection<JobListEntry> jobListEntries)List of jobs created for this cluster.ListClusterJobsResponse.BuilderListClusterJobsResponse.Builder. jobListEntries(Collection<JobListEntry> jobListEntries)EachJobListEntryobject contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.ListJobsResponse.BuilderListJobsResponse.Builder. jobListEntries(Collection<JobListEntry> jobListEntries)EachJobListEntryobject contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs. -
Uses of JobListEntry in software.amazon.awssdk.services.snowball.paginators
Methods in software.amazon.awssdk.services.snowball.paginators that return types with arguments of type JobListEntry Modifier and Type Method Description SdkIterable<JobListEntry>ListClusterJobsIterable. jobListEntries()Returns an iterable to iterate through the paginatedListClusterJobsResponse.jobListEntries()member.SdkPublisher<JobListEntry>ListClusterJobsPublisher. jobListEntries()Returns a publisher that can be used to get a stream of data.SdkIterable<JobListEntry>ListJobsIterable. jobListEntries()Returns an iterable to iterate through the paginatedListJobsResponse.jobListEntries()member.SdkPublisher<JobListEntry>ListJobsPublisher. jobListEntries()Returns a publisher that can be used to get a stream of data.
-