Uses of Class
software.amazon.awssdk.services.emrserverless.model.GetApplicationRequest
-
Packages that use GetApplicationRequest Package Description software.amazon.awssdk.services.emrserverless Amazon EMR Serverless is a new deployment option for Amazon EMR.software.amazon.awssdk.services.emrserverless.transform -
-
Uses of GetApplicationRequest in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless with parameters of type GetApplicationRequest Modifier and Type Method Description default CompletableFuture<GetApplicationResponse>EmrServerlessAsyncClient. getApplication(GetApplicationRequest getApplicationRequest)Displays detailed information about a specified application.default GetApplicationResponseEmrServerlessClient. getApplication(GetApplicationRequest getApplicationRequest)Displays detailed information about a specified application. -
Uses of GetApplicationRequest in software.amazon.awssdk.services.emrserverless.transform
Methods in software.amazon.awssdk.services.emrserverless.transform with parameters of type GetApplicationRequest Modifier and Type Method Description SdkHttpFullRequestGetApplicationRequestMarshaller. marshall(GetApplicationRequest getApplicationRequest)
-