Uses of Class
software.amazon.awssdk.services.emr.model.PersistentAppUIType
-
Packages that use PersistentAppUIType Package Description software.amazon.awssdk.services.emr.model -
-
Uses of PersistentAppUIType in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return PersistentAppUIType Modifier and Type Method Description static PersistentAppUITypePersistentAppUIType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PersistentAppUITypeGetPersistentAppUiPresignedUrlRequest. persistentAppUIType()The persistent application user interface type associated with the presigned URL.static PersistentAppUITypePersistentAppUIType. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistentAppUIType[]PersistentAppUIType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type PersistentAppUIType Modifier and Type Method Description static Set<PersistentAppUIType>PersistentAppUIType. knownValues()List<PersistentAppUIType>PersistentAppUI. persistentAppUITypeList()The type list for the persistent application user interface object.Methods in software.amazon.awssdk.services.emr.model with parameters of type PersistentAppUIType Modifier and Type Method Description GetPersistentAppUiPresignedUrlRequest.BuilderGetPersistentAppUiPresignedUrlRequest.Builder. persistentAppUIType(PersistentAppUIType persistentAppUIType)The persistent application user interface type associated with the presigned URL.PersistentAppUI.BuilderPersistentAppUI.Builder. persistentAppUITypeList(PersistentAppUIType... persistentAppUITypeList)The type list for the persistent application user interface object.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type PersistentAppUIType Modifier and Type Method Description PersistentAppUI.BuilderPersistentAppUI.Builder. persistentAppUITypeList(Collection<PersistentAppUIType> persistentAppUITypeList)The type list for the persistent application user interface object.
-