Uses of Class
software.amazon.awssdk.services.emr.model.ListSupportedInstanceTypesResponse
-
Packages that use ListSupportedInstanceTypesResponse 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 ListSupportedInstanceTypesResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return ListSupportedInstanceTypesResponse Modifier and Type Method Description default ListSupportedInstanceTypesResponseEmrClient. listSupportedInstanceTypes(Consumer<ListSupportedInstanceTypesRequest.Builder> listSupportedInstanceTypesRequest)A list of the instance types that Amazon EMR supports.default ListSupportedInstanceTypesResponseEmrClient. listSupportedInstanceTypes(ListSupportedInstanceTypesRequest listSupportedInstanceTypesRequest)A list of the instance types that Amazon EMR supports.Methods in software.amazon.awssdk.services.emr that return types with arguments of type ListSupportedInstanceTypesResponse Modifier and Type Method Description default CompletableFuture<ListSupportedInstanceTypesResponse>EmrAsyncClient. listSupportedInstanceTypes(Consumer<ListSupportedInstanceTypesRequest.Builder> listSupportedInstanceTypesRequest)A list of the instance types that Amazon EMR supports.default CompletableFuture<ListSupportedInstanceTypesResponse>EmrAsyncClient. listSupportedInstanceTypes(ListSupportedInstanceTypesRequest listSupportedInstanceTypesRequest)A list of the instance types that Amazon EMR supports. -
Uses of ListSupportedInstanceTypesResponse in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type ListSupportedInstanceTypesResponse Modifier and Type Method Description Iterator<ListSupportedInstanceTypesResponse>ListSupportedInstanceTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.emr.paginators with type arguments of type ListSupportedInstanceTypesResponse Modifier and Type Method Description voidListSupportedInstanceTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSupportedInstanceTypesResponse> subscriber)
-