Uses of Class
software.amazon.awssdk.services.emr.model.ListStudiosResponse
-
Packages that use ListStudiosResponse Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.paginators -
-
Uses of ListStudiosResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return ListStudiosResponse Modifier and Type Method Description default ListStudiosResponseEmrClient. listStudios(Consumer<ListStudiosRequest.Builder> listStudiosRequest)Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.default ListStudiosResponseEmrClient. listStudios(ListStudiosRequest listStudiosRequest)Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.Methods in software.amazon.awssdk.services.emr that return types with arguments of type ListStudiosResponse Modifier and Type Method Description default CompletableFuture<ListStudiosResponse>EmrAsyncClient. listStudios(Consumer<ListStudiosRequest.Builder> listStudiosRequest)Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account.default CompletableFuture<ListStudiosResponse>EmrAsyncClient. listStudios(ListStudiosRequest listStudiosRequest)Returns a list of all Amazon EMR Studios associated with the Amazon Web Services account. -
Uses of ListStudiosResponse in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type ListStudiosResponse Modifier and Type Method Description Iterator<ListStudiosResponse>ListStudiosIterable. iterator()Method parameters in software.amazon.awssdk.services.emr.paginators with type arguments of type ListStudiosResponse Modifier and Type Method Description voidListStudiosPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStudiosResponse> subscriber)
-