Uses of Class
software.amazon.awssdk.services.emr.model.OnClusterAppUIType
-
Packages that use OnClusterAppUIType Package Description software.amazon.awssdk.services.emr.model -
-
Uses of OnClusterAppUIType in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return OnClusterAppUIType Modifier and Type Method Description static OnClusterAppUITypeOnClusterAppUIType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OnClusterAppUITypeGetOnClusterAppUiPresignedUrlRequest. onClusterAppUIType()The application UI type associated with the cluster's application user interface presigned URL.static OnClusterAppUITypeOnClusterAppUIType. valueOf(String name)Returns the enum constant of this type with the specified name.static OnClusterAppUIType[]OnClusterAppUIType. 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 OnClusterAppUIType Modifier and Type Method Description static Set<OnClusterAppUIType>OnClusterAppUIType. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type OnClusterAppUIType Modifier and Type Method Description GetOnClusterAppUiPresignedUrlRequest.BuilderGetOnClusterAppUiPresignedUrlRequest.Builder. onClusterAppUIType(OnClusterAppUIType onClusterAppUIType)The application UI type associated with the cluster's application user interface presigned URL.
-