Uses of Class
software.amazon.awssdk.services.quicksight.model.URLTargetConfiguration
-
Packages that use URLTargetConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of URLTargetConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return URLTargetConfiguration Modifier and Type Method Description static URLTargetConfigurationURLTargetConfiguration. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.URLTargetConfigurationTableFieldLinkConfiguration. target()The URL target (new tab, new window, same tab) for the table link configuration.URLTargetConfigurationCustomActionURLOperation. urlTarget()The target of theCustomActionURLOperation.static URLTargetConfigurationURLTargetConfiguration. valueOf(String name)Returns the enum constant of this type with the specified name.static URLTargetConfiguration[]URLTargetConfiguration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type URLTargetConfiguration Modifier and Type Method Description static Set<URLTargetConfiguration>URLTargetConfiguration. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type URLTargetConfiguration Modifier and Type Method Description TableFieldLinkConfiguration.BuilderTableFieldLinkConfiguration.Builder. target(URLTargetConfiguration target)The URL target (new tab, new window, same tab) for the table link configuration.CustomActionURLOperation.BuilderCustomActionURLOperation.Builder. urlTarget(URLTargetConfiguration urlTarget)The target of theCustomActionURLOperation.
-