Uses of Class
software.amazon.awssdk.services.quicksight.model.DescribeBrandAssignmentResponse
-
Packages that use DescribeBrandAssignmentResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DescribeBrandAssignmentResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DescribeBrandAssignmentResponse Modifier and Type Method Description default DescribeBrandAssignmentResponseQuickSightClient. describeBrandAssignment(Consumer<DescribeBrandAssignmentRequest.Builder> describeBrandAssignmentRequest)Describes a brand assignment.default DescribeBrandAssignmentResponseQuickSightClient. describeBrandAssignment(DescribeBrandAssignmentRequest describeBrandAssignmentRequest)Describes a brand assignment.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DescribeBrandAssignmentResponse Modifier and Type Method Description default CompletableFuture<DescribeBrandAssignmentResponse>QuickSightAsyncClient. describeBrandAssignment(Consumer<DescribeBrandAssignmentRequest.Builder> describeBrandAssignmentRequest)Describes a brand assignment.default CompletableFuture<DescribeBrandAssignmentResponse>QuickSightAsyncClient. describeBrandAssignment(DescribeBrandAssignmentRequest describeBrandAssignmentRequest)Describes a brand assignment.
-