Uses of Class
software.amazon.awssdk.services.emrserverless.model.ListJobRunAttemptsResponse
-
Packages that use ListJobRunAttemptsResponse Package Description software.amazon.awssdk.services.emrserverless Amazon EMR Serverless is a new deployment option for Amazon EMR.software.amazon.awssdk.services.emrserverless.paginators -
-
Uses of ListJobRunAttemptsResponse in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless that return ListJobRunAttemptsResponse Modifier and Type Method Description default ListJobRunAttemptsResponseEmrServerlessClient. listJobRunAttempts(Consumer<ListJobRunAttemptsRequest.Builder> listJobRunAttemptsRequest)Lists all attempt of a job run.default ListJobRunAttemptsResponseEmrServerlessClient. listJobRunAttempts(ListJobRunAttemptsRequest listJobRunAttemptsRequest)Lists all attempt of a job run.Methods in software.amazon.awssdk.services.emrserverless that return types with arguments of type ListJobRunAttemptsResponse Modifier and Type Method Description default CompletableFuture<ListJobRunAttemptsResponse>EmrServerlessAsyncClient. listJobRunAttempts(Consumer<ListJobRunAttemptsRequest.Builder> listJobRunAttemptsRequest)Lists all attempt of a job run.default CompletableFuture<ListJobRunAttemptsResponse>EmrServerlessAsyncClient. listJobRunAttempts(ListJobRunAttemptsRequest listJobRunAttemptsRequest)Lists all attempt of a job run. -
Uses of ListJobRunAttemptsResponse in software.amazon.awssdk.services.emrserverless.paginators
Methods in software.amazon.awssdk.services.emrserverless.paginators that return types with arguments of type ListJobRunAttemptsResponse Modifier and Type Method Description Iterator<ListJobRunAttemptsResponse>ListJobRunAttemptsIterable. iterator()Method parameters in software.amazon.awssdk.services.emrserverless.paginators with type arguments of type ListJobRunAttemptsResponse Modifier and Type Method Description voidListJobRunAttemptsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobRunAttemptsResponse> subscriber)
-