Uses of Class
software.amazon.awssdk.services.emrserverless.model.Application
-
Packages that use Application Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of Application in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return Application Modifier and Type Method Description ApplicationGetApplicationResponse. application()The output displays information about the specified application.ApplicationUpdateApplicationResponse. application()Information about the updated application.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type Application Modifier and Type Method Description GetApplicationResponse.BuilderGetApplicationResponse.Builder. application(Application application)The output displays information about the specified application.UpdateApplicationResponse.BuilderUpdateApplicationResponse.Builder. application(Application application)Information about the updated application.
-