Uses of Class
software.amazon.awssdk.services.emrserverless.model.InteractiveConfiguration
-
Packages that use InteractiveConfiguration Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of InteractiveConfiguration in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return InteractiveConfiguration Modifier and Type Method Description InteractiveConfigurationApplication. interactiveConfiguration()The interactive configuration object that enables the interactive use cases for an application.InteractiveConfigurationCreateApplicationRequest. interactiveConfiguration()The interactive configuration object that enables the interactive use cases to use when running an application.InteractiveConfigurationUpdateApplicationRequest. interactiveConfiguration()The interactive configuration object that contains new interactive use cases when the application is updated.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type InteractiveConfiguration Modifier and Type Method Description Application.BuilderApplication.Builder. interactiveConfiguration(InteractiveConfiguration interactiveConfiguration)The interactive configuration object that enables the interactive use cases for an application.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. interactiveConfiguration(InteractiveConfiguration interactiveConfiguration)The interactive configuration object that enables the interactive use cases to use when running an application.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. interactiveConfiguration(InteractiveConfiguration interactiveConfiguration)The interactive configuration object that contains new interactive use cases when the application is updated.
-