Uses of Class
software.amazon.awssdk.services.emr.model.DeleteStudioSessionMappingRequest
-
Packages that use DeleteStudioSessionMappingRequest 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.transform -
-
Uses of DeleteStudioSessionMappingRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type DeleteStudioSessionMappingRequest Modifier and Type Method Description default CompletableFuture<DeleteStudioSessionMappingResponse>
EmrAsyncClient. deleteStudioSessionMapping(DeleteStudioSessionMappingRequest deleteStudioSessionMappingRequest)
Removes a user or group from an Amazon EMR Studio.default DeleteStudioSessionMappingResponse
EmrClient. deleteStudioSessionMapping(DeleteStudioSessionMappingRequest deleteStudioSessionMappingRequest)
Removes a user or group from an Amazon EMR Studio. -
Uses of DeleteStudioSessionMappingRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type DeleteStudioSessionMappingRequest Modifier and Type Method Description SdkHttpFullRequest
DeleteStudioSessionMappingRequestMarshaller. marshall(DeleteStudioSessionMappingRequest deleteStudioSessionMappingRequest)
-