Uses of Class
software.amazon.awssdk.services.emr.model.ListStudioSessionMappingsRequest
-
Packages that use ListStudioSessionMappingsRequest 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 ListStudioSessionMappingsRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type ListStudioSessionMappingsRequest Modifier and Type Method Description default CompletableFuture<ListStudioSessionMappingsResponse>EmrAsyncClient. listStudioSessionMappings(ListStudioSessionMappingsRequest 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.default ListStudioSessionMappingsPublisherEmrAsyncClient. listStudioSessionMappingsPaginator(ListStudioSessionMappingsRequest listStudioSessionMappingsRequest)Returns a list of all user or group session mappings for the Amazon EMR Studio specified byStudioId.default ListStudioSessionMappingsIterableEmrClient. listStudioSessionMappingsPaginator(ListStudioSessionMappingsRequest listStudioSessionMappingsRequest)Returns a list of all user or group session mappings for the Amazon EMR Studio specified byStudioId. -
Uses of ListStudioSessionMappingsRequest in software.amazon.awssdk.services.emr.paginators
Constructors in software.amazon.awssdk.services.emr.paginators with parameters of type ListStudioSessionMappingsRequest Constructor Description ListStudioSessionMappingsIterable(EmrClient client, ListStudioSessionMappingsRequest firstRequest)ListStudioSessionMappingsPublisher(EmrAsyncClient client, ListStudioSessionMappingsRequest firstRequest) -
Uses of ListStudioSessionMappingsRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type ListStudioSessionMappingsRequest Modifier and Type Method Description SdkHttpFullRequestListStudioSessionMappingsRequestMarshaller. marshall(ListStudioSessionMappingsRequest listStudioSessionMappingsRequest)
-