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