Uses of Class
software.amazon.awssdk.services.emr.model.Application
-
Packages that use Application Package Description software.amazon.awssdk.services.emr.model -
-
Uses of Application in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type Application Modifier and Type Method Description List<Application>Cluster. applications()The applications installed on this cluster.List<Application>RunJobFlowRequest. applications()Applies to Amazon EMR releases 4.0 and later.Methods in software.amazon.awssdk.services.emr.model with parameters of type Application Modifier and Type Method Description Cluster.BuilderCluster.Builder. applications(Application... applications)The applications installed on this cluster.RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. applications(Application... applications)Applies to Amazon EMR releases 4.0 and later.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type Application Modifier and Type Method Description Cluster.BuilderCluster.Builder. applications(Collection<Application> applications)The applications installed on this cluster.RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. applications(Collection<Application> applications)Applies to Amazon EMR releases 4.0 and later.
-