Uses of Class
software.amazon.awssdk.services.emrserverless.model.JobRunAttemptSummary
-
Packages that use JobRunAttemptSummary Package Description software.amazon.awssdk.services.emrserverless.model software.amazon.awssdk.services.emrserverless.paginators -
-
Uses of JobRunAttemptSummary in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return types with arguments of type JobRunAttemptSummary Modifier and Type Method Description List<JobRunAttemptSummary>ListJobRunAttemptsResponse. jobRunAttempts()The array of the listed job run attempt objects.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type JobRunAttemptSummary Modifier and Type Method Description ListJobRunAttemptsResponse.BuilderListJobRunAttemptsResponse.Builder. jobRunAttempts(JobRunAttemptSummary... jobRunAttempts)The array of the listed job run attempt objects.Method parameters in software.amazon.awssdk.services.emrserverless.model with type arguments of type JobRunAttemptSummary Modifier and Type Method Description ListJobRunAttemptsResponse.BuilderListJobRunAttemptsResponse.Builder. jobRunAttempts(Collection<JobRunAttemptSummary> jobRunAttempts)The array of the listed job run attempt objects. -
Uses of JobRunAttemptSummary in software.amazon.awssdk.services.emrserverless.paginators
Methods in software.amazon.awssdk.services.emrserverless.paginators that return types with arguments of type JobRunAttemptSummary Modifier and Type Method Description SdkIterable<JobRunAttemptSummary>ListJobRunAttemptsIterable. jobRunAttempts()Returns an iterable to iterate through the paginatedListJobRunAttemptsResponse.jobRunAttempts()member.SdkPublisher<JobRunAttemptSummary>ListJobRunAttemptsPublisher. jobRunAttempts()Returns a publisher that can be used to get a stream of data.
-