Uses of Class
software.amazon.awssdk.services.emr.model.ListStudioSessionMappingsResponse
-
Packages that use ListStudioSessionMappingsResponse 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 ListStudioSessionMappingsResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return ListStudioSessionMappingsResponse Modifier and Type Method Description default ListStudioSessionMappingsResponseEmrClient. listStudioSessionMappings(Consumer<ListStudioSessionMappingsRequest.Builder> listStudioSessionMappingsRequest)Returns a list of all user or group session mappings for the Amazon EMR Studio specified byStudioId.default ListStudioSessionMappingsResponseEmrClient. listStudioSessionMappings(ListStudioSessionMappingsRequest listStudioSessionMappingsRequest)Returns a list of all user or group session mappings for the Amazon EMR Studio specified byStudioId.Methods in software.amazon.awssdk.services.emr that return types with arguments of type ListStudioSessionMappingsResponse Modifier and Type Method Description default CompletableFuture<ListStudioSessionMappingsResponse>EmrAsyncClient. listStudioSessionMappings(Consumer<ListStudioSessionMappingsRequest.Builder> listStudioSessionMappingsRequest)Returns a list of all user or group session mappings for the Amazon EMR Studio specified byStudioId.default CompletableFuture<ListStudioSessionMappingsResponse>EmrAsyncClient. listStudioSessionMappings(ListStudioSessionMappingsRequest listStudioSessionMappingsRequest)Returns a list of all user or group session mappings for the Amazon EMR Studio specified byStudioId. -
Uses of ListStudioSessionMappingsResponse in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type ListStudioSessionMappingsResponse Modifier and Type Method Description Iterator<ListStudioSessionMappingsResponse>ListStudioSessionMappingsIterable. iterator()Method parameters in software.amazon.awssdk.services.emr.paginators with type arguments of type ListStudioSessionMappingsResponse Modifier and Type Method Description voidListStudioSessionMappingsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStudioSessionMappingsResponse> subscriber)
-