| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Slot |
Slot.clone() |
Slot |
Slot.withSlotId(String slotId)
The slot ID of the slot.
|
Slot |
Slot.withVisualId(String visualId)
The visual ID for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
List<Slot> |
TopicTemplate.getSlots()
The slots for the
TopicTemplate. |
| Modifier and Type | Method and Description |
|---|---|
TopicTemplate |
TopicTemplate.withSlots(Slot... slots)
The slots for the
TopicTemplate. |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicTemplate.setSlots(Collection<Slot> slots)
The slots for the
TopicTemplate. |
TopicTemplate |
TopicTemplate.withSlots(Collection<Slot> slots)
The slots for the
TopicTemplate. |
Copyright © 2024. All rights reserved.