Uses of Class
software.amazon.awssdk.services.emr.model.StudioSummary
-
Packages that use StudioSummary Package Description software.amazon.awssdk.services.emr.model software.amazon.awssdk.services.emr.paginators -
-
Uses of StudioSummary in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type StudioSummary Modifier and Type Method Description List<StudioSummary>ListStudiosResponse. studios()The list of Studio summary objects.Methods in software.amazon.awssdk.services.emr.model with parameters of type StudioSummary Modifier and Type Method Description ListStudiosResponse.BuilderListStudiosResponse.Builder. studios(StudioSummary... studios)The list of Studio summary objects.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type StudioSummary Modifier and Type Method Description ListStudiosResponse.BuilderListStudiosResponse.Builder. studios(Collection<StudioSummary> studios)The list of Studio summary objects. -
Uses of StudioSummary in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type StudioSummary Modifier and Type Method Description SdkIterable<StudioSummary>ListStudiosIterable. studios()Returns an iterable to iterate through the paginatedListStudiosResponse.studios()member.SdkPublisher<StudioSummary>ListStudiosPublisher. studios()Returns a publisher that can be used to get a stream of data.
-