Uses of Class
software.amazon.awssdk.services.quicksight.model.CustomInstructions
-
Packages that use CustomInstructions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CustomInstructions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CustomInstructions Modifier and Type Method Description CustomInstructionsCreateTopicRequest. customInstructions()Custom instructions for the topic.CustomInstructionsDescribeTopicResponse. customInstructions()Custom instructions for the topic.CustomInstructionsUpdateTopicRequest. customInstructions()Custom instructions for the topic.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CustomInstructions Modifier and Type Method Description CreateTopicRequest.BuilderCreateTopicRequest.Builder. customInstructions(CustomInstructions customInstructions)Custom instructions for the topic.DescribeTopicResponse.BuilderDescribeTopicResponse.Builder. customInstructions(CustomInstructions customInstructions)Custom instructions for the topic.UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. customInstructions(CustomInstructions customInstructions)Custom instructions for the topic.
-