Uses of Class
software.amazon.awssdk.services.emrserverless.model.AutoStopConfig
-
Packages that use AutoStopConfig Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of AutoStopConfig in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return AutoStopConfig Modifier and Type Method Description AutoStopConfigApplication. autoStopConfiguration()The configuration for an application to automatically stop after a certain amount of time being idle.AutoStopConfigCreateApplicationRequest. autoStopConfiguration()The configuration for an application to automatically stop after a certain amount of time being idle.AutoStopConfigUpdateApplicationRequest. autoStopConfiguration()The configuration for an application to automatically stop after a certain amount of time being idle.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type AutoStopConfig Modifier and Type Method Description Application.BuilderApplication.Builder. autoStopConfiguration(AutoStopConfig autoStopConfiguration)The configuration for an application to automatically stop after a certain amount of time being idle.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. autoStopConfiguration(AutoStopConfig autoStopConfiguration)The configuration for an application to automatically stop after a certain amount of time being idle.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. autoStopConfiguration(AutoStopConfig autoStopConfiguration)The configuration for an application to automatically stop after a certain amount of time being idle.
-