| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static URLTargetConfiguration |
URLTargetConfiguration.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
URLTargetConfiguration |
TableFieldLinkConfiguration.target()
The URL target (new tab, new window, same tab) for the table link configuration.
|
URLTargetConfiguration |
CustomActionURLOperation.urlTarget()
The target of the
CustomActionURLOperation. |
static URLTargetConfiguration |
URLTargetConfiguration.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<URLTargetConfiguration> |
URLTargetConfiguration.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TableFieldLinkConfiguration.Builder |
TableFieldLinkConfiguration.Builder.target(URLTargetConfiguration target)
The URL target (new tab, new window, same tab) for the table link configuration.
|
CustomActionURLOperation.Builder |
CustomActionURLOperation.Builder.urlTarget(URLTargetConfiguration urlTarget)
The target of the
CustomActionURLOperation. |
Copyright © 2023. All rights reserved.