Uses of Class
software.amazon.awssdk.services.quicksight.model.DescribeAccountSubscriptionResponse
-
Packages that use DescribeAccountSubscriptionResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DescribeAccountSubscriptionResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DescribeAccountSubscriptionResponse Modifier and Type Method Description default DescribeAccountSubscriptionResponseQuickSightClient. describeAccountSubscription(Consumer<DescribeAccountSubscriptionRequest.Builder> describeAccountSubscriptionRequest)Use the DescribeAccountSubscription operation to receive a description of an Amazon QuickSight account's subscription.default DescribeAccountSubscriptionResponseQuickSightClient. describeAccountSubscription(DescribeAccountSubscriptionRequest describeAccountSubscriptionRequest)Use the DescribeAccountSubscription operation to receive a description of an Amazon QuickSight account's subscription.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DescribeAccountSubscriptionResponse Modifier and Type Method Description default CompletableFuture<DescribeAccountSubscriptionResponse>QuickSightAsyncClient. describeAccountSubscription(Consumer<DescribeAccountSubscriptionRequest.Builder> describeAccountSubscriptionRequest)Use the DescribeAccountSubscription operation to receive a description of an Amazon QuickSight account's subscription.default CompletableFuture<DescribeAccountSubscriptionResponse>QuickSightAsyncClient. describeAccountSubscription(DescribeAccountSubscriptionRequest describeAccountSubscriptionRequest)Use the DescribeAccountSubscription operation to receive a description of an Amazon QuickSight account's subscription.
-