Uses of Class
software.amazon.awssdk.services.emr.model.GetStudioSessionMappingResponse
-
Packages that use GetStudioSessionMappingResponse Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. -
-
Uses of GetStudioSessionMappingResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return GetStudioSessionMappingResponse Modifier and Type Method Description default GetStudioSessionMappingResponseEmrClient. getStudioSessionMapping(Consumer<GetStudioSessionMappingRequest.Builder> getStudioSessionMappingRequest)Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).default GetStudioSessionMappingResponseEmrClient. getStudioSessionMapping(GetStudioSessionMappingRequest getStudioSessionMappingRequest)Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).Methods in software.amazon.awssdk.services.emr that return types with arguments of type GetStudioSessionMappingResponse Modifier and Type Method Description default CompletableFuture<GetStudioSessionMappingResponse>EmrAsyncClient. getStudioSessionMapping(Consumer<GetStudioSessionMappingRequest.Builder> getStudioSessionMappingRequest)Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).default CompletableFuture<GetStudioSessionMappingResponse>EmrAsyncClient. getStudioSessionMapping(GetStudioSessionMappingRequest getStudioSessionMappingRequest)Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).
-