Uses of Class
software.amazon.awssdk.services.emr.model.GetPersistentAppUiPresignedUrlResponse
-
Packages that use GetPersistentAppUiPresignedUrlResponse 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 GetPersistentAppUiPresignedUrlResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return GetPersistentAppUiPresignedUrlResponse Modifier and Type Method Description default GetPersistentAppUiPresignedUrlResponseEmrClient. getPersistentAppUIPresignedURL(Consumer<GetPersistentAppUiPresignedUrlRequest.Builder> getPersistentAppUiPresignedUrlRequest)The presigned URL properties for the cluster's application user interface.default GetPersistentAppUiPresignedUrlResponseEmrClient. getPersistentAppUIPresignedURL(GetPersistentAppUiPresignedUrlRequest getPersistentAppUiPresignedUrlRequest)The presigned URL properties for the cluster's application user interface.Methods in software.amazon.awssdk.services.emr that return types with arguments of type GetPersistentAppUiPresignedUrlResponse Modifier and Type Method Description default CompletableFuture<GetPersistentAppUiPresignedUrlResponse>EmrAsyncClient. getPersistentAppUIPresignedURL(Consumer<GetPersistentAppUiPresignedUrlRequest.Builder> getPersistentAppUiPresignedUrlRequest)The presigned URL properties for the cluster's application user interface.default CompletableFuture<GetPersistentAppUiPresignedUrlResponse>EmrAsyncClient. getPersistentAppUIPresignedURL(GetPersistentAppUiPresignedUrlRequest getPersistentAppUiPresignedUrlRequest)The presigned URL properties for the cluster's application user interface.
-