Uses of Class
software.amazon.awssdk.services.emr.model.ListStudiosRequest
-
Packages that use ListStudiosRequest 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 software.amazon.awssdk.services.emr.transform -
-
Uses of ListStudiosRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type ListStudiosRequest Modifier and Type Method Description default CompletableFuture<ListStudiosResponse>EmrAsyncClient. listStudios(ListStudiosRequest 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.default ListStudiosPublisherEmrAsyncClient. listStudiosPaginator(ListStudiosRequest listStudiosRequest)This is a variant ofEmrAsyncClient.listStudios(software.amazon.awssdk.services.emr.model.ListStudiosRequest)operation.default ListStudiosIterableEmrClient. listStudiosPaginator(ListStudiosRequest listStudiosRequest)This is a variant ofEmrClient.listStudios(software.amazon.awssdk.services.emr.model.ListStudiosRequest)operation. -
Uses of ListStudiosRequest in software.amazon.awssdk.services.emr.paginators
Constructors in software.amazon.awssdk.services.emr.paginators with parameters of type ListStudiosRequest Constructor Description ListStudiosIterable(EmrClient client, ListStudiosRequest firstRequest)ListStudiosPublisher(EmrAsyncClient client, ListStudiosRequest firstRequest) -
Uses of ListStudiosRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type ListStudiosRequest Modifier and Type Method Description SdkHttpFullRequestListStudiosRequestMarshaller. marshall(ListStudiosRequest listStudiosRequest)
-