/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.quicksight; import javax.annotation.Generated; import com.amazonaws.services.quicksight.model.*; /** * Interface for accessing Amazon QuickSight asynchronously. Each asynchronous method will return a Java Future object * representing the asynchronous operation; overloads which accept an {@code AsyncHandler} can be used to receive * notification when an asynchronous operation completes. *
* Note: Do not directly implement this interface, new methods are added to it regularly. Extend from * {@link com.amazonaws.services.quicksight.AbstractAmazonQuickSightAsync} instead. *
*
*
* Amazon QuickSight is a fully managed, serverless business intelligence service for the Amazon Web Services Cloud that * makes it easy to extend data and insights to every user in your organization. This API reference contains * documentation for a programming interface that you can use to manage Amazon QuickSight. *
*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public interface AmazonQuickSightAsync extends AmazonQuickSight { /** ** Cancels an ongoing ingestion of data into SPICE. *
* * @param cancelIngestionRequest * @return A Java Future containing the result of the CancelIngestion operation returned by the service. * @sample AmazonQuickSightAsync.CancelIngestion * @see AWS API * Documentation */ java.util.concurrent.Future* Cancels an ongoing ingestion of data into SPICE. *
* * @param cancelIngestionRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CancelIngestion operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CancelIngestion * @see AWS API * Documentation */ java.util.concurrent.Future
* Creates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, you can add a
* custom default theme by using the CreateAccountCustomization
or
* UpdateAccountCustomization
API operation. To further customize Amazon QuickSight by removing Amazon
* QuickSight sample assets and videos for all new users, see Customizing Amazon
* QuickSight in the Amazon QuickSight User Guide.
*
* You can create customizations for your Amazon Web Services account or, if you specify a namespace, for a
* QuickSight namespace instead. Customizations that apply to a namespace always override customizations that apply
* to an Amazon Web Services account. To find out which customizations apply, use the
* DescribeAccountCustomization
API operation.
*
* Before you use the CreateAccountCustomization
API operation to add a theme as the namespace default,
* make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme
* isn't visible to your users even if you make it the default theme. To check if the theme is shared, view the
* current permissions by using the
* DescribeThemePermissions
* API operation. To share the theme, grant permissions by using the
* UpdateThemePermissions
* API operation.
*
* Creates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, you can add a
* custom default theme by using the CreateAccountCustomization
or
* UpdateAccountCustomization
API operation. To further customize Amazon QuickSight by removing Amazon
* QuickSight sample assets and videos for all new users, see Customizing Amazon
* QuickSight in the Amazon QuickSight User Guide.
*
* You can create customizations for your Amazon Web Services account or, if you specify a namespace, for a
* QuickSight namespace instead. Customizations that apply to a namespace always override customizations that apply
* to an Amazon Web Services account. To find out which customizations apply, use the
* DescribeAccountCustomization
API operation.
*
* Before you use the CreateAccountCustomization
API operation to add a theme as the namespace default,
* make sure that you first share the theme with the namespace. If you don't share it with the namespace, the theme
* isn't visible to your users even if you make it the default theme. To check if the theme is shared, view the
* current permissions by using the
* DescribeThemePermissions
* API operation. To share the theme, grant permissions by using the
* UpdateThemePermissions
* API operation.
*
* Creates an Amazon QuickSight account, or subscribes to Amazon QuickSight Q. *
** The Amazon Web Services Region for the account is derived from what is configured in the CLI or SDK. This * operation isn't supported in the US East (Ohio) Region, South America (Sao Paulo) Region, or Asia Pacific * (Singapore) Region. *
** Before you use this operation, make sure that you can connect to an existing Amazon Web Services account. If you * don't have an Amazon Web Services account, see Sign up for Amazon Web * Services in the Amazon QuickSight User Guide. The person who signs up for Amazon QuickSight needs to * have the correct Identity and Access Management (IAM) permissions. For more information, see IAM Policy Examples for Amazon * QuickSight in the Amazon QuickSight User Guide. *
*
* If your IAM policy includes both the Subscribe
and CreateAccountSubscription
actions,
* make sure that both actions are set to Allow
. If either action is set to Deny
, the
* Deny
action prevails and your API call fails.
*
* You can't pass an existing IAM role to access other Amazon Web Services services using this API operation. To * pass your existing IAM role to Amazon QuickSight, see Passing IAM roles to Amazon QuickSight in the Amazon QuickSight User Guide. *
** You can't set default resource access on the new account from the Amazon QuickSight API. Instead, add default * resource access from the Amazon QuickSight console. For more information about setting default resource access to * Amazon Web Services services, see Setting default resource * access to Amazon Web Services services in the Amazon QuickSight User Guide. *
* * @param createAccountSubscriptionRequest * @return A Java Future containing the result of the CreateAccountSubscription operation returned by the service. * @sample AmazonQuickSightAsync.CreateAccountSubscription * @see AWS API Documentation */ java.util.concurrent.Future* Creates an Amazon QuickSight account, or subscribes to Amazon QuickSight Q. *
** The Amazon Web Services Region for the account is derived from what is configured in the CLI or SDK. This * operation isn't supported in the US East (Ohio) Region, South America (Sao Paulo) Region, or Asia Pacific * (Singapore) Region. *
** Before you use this operation, make sure that you can connect to an existing Amazon Web Services account. If you * don't have an Amazon Web Services account, see Sign up for Amazon Web * Services in the Amazon QuickSight User Guide. The person who signs up for Amazon QuickSight needs to * have the correct Identity and Access Management (IAM) permissions. For more information, see IAM Policy Examples for Amazon * QuickSight in the Amazon QuickSight User Guide. *
*
* If your IAM policy includes both the Subscribe
and CreateAccountSubscription
actions,
* make sure that both actions are set to Allow
. If either action is set to Deny
, the
* Deny
action prevails and your API call fails.
*
* You can't pass an existing IAM role to access other Amazon Web Services services using this API operation. To * pass your existing IAM role to Amazon QuickSight, see Passing IAM roles to Amazon QuickSight in the Amazon QuickSight User Guide. *
** You can't set default resource access on the new account from the Amazon QuickSight API. Instead, add default * resource access from the Amazon QuickSight console. For more information about setting default resource access to * Amazon Web Services services, see Setting default resource * access to Amazon Web Services services in the Amazon QuickSight User Guide. *
* * @param createAccountSubscriptionRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateAccountSubscription operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateAccountSubscription * @see AWS API Documentation */ java.util.concurrent.Future
* Creates an analysis in Amazon QuickSight. Analyses can be created either from a template or from an
* AnalysisDefinition
.
*
* Creates an analysis in Amazon QuickSight. Analyses can be created either from a template or from an
* AnalysisDefinition
.
*
* Creates a dashboard from either a template or directly with a DashboardDefinition
. To first create a
* template, see the
* CreateTemplate
* API operation.
*
* A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created from analyses. * You can share Amazon QuickSight dashboards. With the right permissions, you can create scheduled email reports * from them. If you have the correct permissions, you can create a dashboard from a template that exists in a * different Amazon Web Services account. *
* * @param createDashboardRequest * @return A Java Future containing the result of the CreateDashboard operation returned by the service. * @sample AmazonQuickSightAsync.CreateDashboard * @see AWS API * Documentation */ java.util.concurrent.Future
* Creates a dashboard from either a template or directly with a DashboardDefinition
. To first create a
* template, see the
* CreateTemplate
* API operation.
*
* A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created from analyses. * You can share Amazon QuickSight dashboards. With the right permissions, you can create scheduled email reports * from them. If you have the correct permissions, you can create a dashboard from a template that exists in a * different Amazon Web Services account. *
* * @param createDashboardRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateDashboard operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateDashboard * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a dataset. This operation doesn't support datasets that include uploaded files as a source. *
* * @param createDataSetRequest * @return A Java Future containing the result of the CreateDataSet operation returned by the service. * @sample AmazonQuickSightAsync.CreateDataSet * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a dataset. This operation doesn't support datasets that include uploaded files as a source. *
* * @param createDataSetRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateDataSet operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateDataSet * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a data source. *
* * @param createDataSourceRequest * @return A Java Future containing the result of the CreateDataSource operation returned by the service. * @sample AmazonQuickSightAsync.CreateDataSource * @see AWS * API Documentation */ java.util.concurrent.Future* Creates a data source. *
* * @param createDataSourceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateDataSource operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateDataSource * @see AWS * API Documentation */ java.util.concurrent.Future* Creates an empty shared folder. *
* * @param createFolderRequest * @return A Java Future containing the result of the CreateFolder operation returned by the service. * @sample AmazonQuickSightAsync.CreateFolder * @see AWS API * Documentation */ java.util.concurrent.Future* Creates an empty shared folder. *
* * @param createFolderRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateFolder operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateFolder * @see AWS API * Documentation */ java.util.concurrent.Future* Adds an asset, such as a dashboard, analysis, or dataset into a folder. *
* * @param createFolderMembershipRequest * @return A Java Future containing the result of the CreateFolderMembership operation returned by the service. * @sample AmazonQuickSightAsync.CreateFolderMembership * @see AWS API Documentation */ java.util.concurrent.Future* Adds an asset, such as a dashboard, analysis, or dataset into a folder. *
* * @param createFolderMembershipRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateFolderMembership operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateFolderMembership * @see AWS API Documentation */ java.util.concurrent.Future
* Use the CreateGroup
operation to create a group in Amazon QuickSight. You can create up to 10,000
* groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support.
*
* The permissions resource is
* arn:aws:quicksight:<your-region>:<relevant-aws-account-id>:group/default/<group-name>
* .
*
* The response is a group object. *
* * @param createGroupRequest * The request object for this operation. * @return A Java Future containing the result of the CreateGroup operation returned by the service. * @sample AmazonQuickSightAsync.CreateGroup * @see AWS API * Documentation */ java.util.concurrent.Future
* Use the CreateGroup
operation to create a group in Amazon QuickSight. You can create up to 10,000
* groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support.
*
* The permissions resource is
* arn:aws:quicksight:<your-region>:<relevant-aws-account-id>:group/default/<group-name>
* .
*
* The response is a group object. *
* * @param createGroupRequest * The request object for this operation. * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateGroup operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Adds an Amazon QuickSight user to an Amazon QuickSight group. *
* * @param createGroupMembershipRequest * @return A Java Future containing the result of the CreateGroupMembership operation returned by the service. * @sample AmazonQuickSightAsync.CreateGroupMembership * @see AWS API Documentation */ java.util.concurrent.Future* Adds an Amazon QuickSight user to an Amazon QuickSight group. *
* * @param createGroupMembershipRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateGroupMembership operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateGroupMembership * @see AWS API Documentation */ java.util.concurrent.Future* Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name (ARN). This policy * assignment is attached to the specified groups or users of Amazon QuickSight. Assignment names are unique per * Amazon Web Services account. To avoid overwriting rules in other namespaces, use assignment names that are * unique. *
* * @param createIAMPolicyAssignmentRequest * @return A Java Future containing the result of the CreateIAMPolicyAssignment operation returned by the service. * @sample AmazonQuickSightAsync.CreateIAMPolicyAssignment * @see AWS API Documentation */ java.util.concurrent.Future* Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name (ARN). This policy * assignment is attached to the specified groups or users of Amazon QuickSight. Assignment names are unique per * Amazon Web Services account. To avoid overwriting rules in other namespaces, use assignment names that are * unique. *
* * @param createIAMPolicyAssignmentRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateIAMPolicyAssignment operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateIAMPolicyAssignment * @see AWS API Documentation */ java.util.concurrent.Future* Creates and starts a new SPICE ingestion for a dataset. You can manually refresh datasets in an Enterprise * edition account 32 times in a 24-hour period. You can manually refresh datasets in a Standard edition account 8 * times in a 24-hour period. Each 24-hour period is measured starting 24 hours before the current date and time. *
** Any ingestions operating on tagged datasets inherit the same tags automatically for use in access control. For an * example, see How do I * create an IAM policy to control access to Amazon EC2 resources using tags? in the Amazon Web Services * Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource. *
* * @param createIngestionRequest * @return A Java Future containing the result of the CreateIngestion operation returned by the service. * @sample AmazonQuickSightAsync.CreateIngestion * @see AWS API * Documentation */ java.util.concurrent.Future* Creates and starts a new SPICE ingestion for a dataset. You can manually refresh datasets in an Enterprise * edition account 32 times in a 24-hour period. You can manually refresh datasets in a Standard edition account 8 * times in a 24-hour period. Each 24-hour period is measured starting 24 hours before the current date and time. *
** Any ingestions operating on tagged datasets inherit the same tags automatically for use in access control. For an * example, see How do I * create an IAM policy to control access to Amazon EC2 resources using tags? in the Amazon Web Services * Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource. *
* * @param createIngestionRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateIngestion operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateIngestion * @see AWS API * Documentation */ java.util.concurrent.Future* (Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight. *
** A namespace allows you to isolate the Amazon QuickSight users and groups that are registered for that namespace. * Users that access the namespace can share assets only with other users or groups in the same namespace. They * can't see users and groups in other namespaces. You can create a namespace after your Amazon Web Services account * is subscribed to Amazon QuickSight. The namespace must be unique within the Amazon Web Services account. By * default, there is a limit of 100 namespaces per Amazon Web Services account. To increase your limit, create a * ticket with Amazon Web Services Support. *
* * @param createNamespaceRequest * @return A Java Future containing the result of the CreateNamespace operation returned by the service. * @sample AmazonQuickSightAsync.CreateNamespace * @see AWS API * Documentation */ java.util.concurrent.Future* (Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight. *
** A namespace allows you to isolate the Amazon QuickSight users and groups that are registered for that namespace. * Users that access the namespace can share assets only with other users or groups in the same namespace. They * can't see users and groups in other namespaces. You can create a namespace after your Amazon Web Services account * is subscribed to Amazon QuickSight. The namespace must be unique within the Amazon Web Services account. By * default, there is a limit of 100 namespaces per Amazon Web Services account. To increase your limit, create a * ticket with Amazon Web Services Support. *
* * @param createNamespaceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateNamespace operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateNamespace * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset. *
* * @param createRefreshScheduleRequest * @return A Java Future containing the result of the CreateRefreshSchedule operation returned by the service. * @sample AmazonQuickSightAsync.CreateRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future* Creates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset. *
* * @param createRefreshScheduleRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateRefreshSchedule operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future
* Creates a template either from a TemplateDefinition
or from an existing Amazon QuickSight analysis
* or template. You can use the resulting template to create additional dashboards, templates, or analyses.
*
* A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis * and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to * replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset * placeholders with datasets that follow the same schema that was used to create the source analysis and template. *
* * @param createTemplateRequest * @return A Java Future containing the result of the CreateTemplate operation returned by the service. * @sample AmazonQuickSightAsync.CreateTemplate * @see AWS API * Documentation */ java.util.concurrent.Future
* Creates a template either from a TemplateDefinition
or from an existing Amazon QuickSight analysis
* or template. You can use the resulting template to create additional dashboards, templates, or analyses.
*
* A template is an entity in Amazon QuickSight that encapsulates the metadata required to create an analysis * and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to * replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset * placeholders with datasets that follow the same schema that was used to create the source analysis and template. *
* * @param createTemplateRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateTemplate operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateTemplate * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a template alias for a template. *
* * @param createTemplateAliasRequest * @return A Java Future containing the result of the CreateTemplateAlias operation returned by the service. * @sample AmazonQuickSightAsync.CreateTemplateAlias * @see AWS * API Documentation */ java.util.concurrent.Future* Creates a template alias for a template. *
* * @param createTemplateAliasRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateTemplateAlias operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateTemplateAlias * @see AWS * API Documentation */ java.util.concurrent.Future* Creates a theme. *
** A theme is set of configuration options for color and layout. Themes apply to analyses and dashboards. For * more information, see Using Themes in Amazon * QuickSight in the Amazon QuickSight User Guide. *
* * @param createThemeRequest * @return A Java Future containing the result of the CreateTheme operation returned by the service. * @sample AmazonQuickSightAsync.CreateTheme * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a theme. *
** A theme is set of configuration options for color and layout. Themes apply to analyses and dashboards. For * more information, see Using Themes in Amazon * QuickSight in the Amazon QuickSight User Guide. *
* * @param createThemeRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateTheme operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateTheme * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a theme alias for a theme. *
* * @param createThemeAliasRequest * @return A Java Future containing the result of the CreateThemeAlias operation returned by the service. * @sample AmazonQuickSightAsync.CreateThemeAlias * @see AWS * API Documentation */ java.util.concurrent.Future* Creates a theme alias for a theme. *
* * @param createThemeAliasRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateThemeAlias operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateThemeAlias * @see AWS * API Documentation */ java.util.concurrent.Future* Creates a new Q topic. *
* * @param createTopicRequest * @return A Java Future containing the result of the CreateTopic operation returned by the service. * @sample AmazonQuickSightAsync.CreateTopic * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a new Q topic. *
* * @param createTopicRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateTopic operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateTopic * @see AWS API * Documentation */ java.util.concurrent.Future* Creates a topic refresh schedule. *
* * @param createTopicRefreshScheduleRequest * @return A Java Future containing the result of the CreateTopicRefreshSchedule operation returned by the service. * @sample AmazonQuickSightAsync.CreateTopicRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future* Creates a topic refresh schedule. *
* * @param createTopicRefreshScheduleRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateTopicRefreshSchedule operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateTopicRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future* Creates a new VPC connection. *
* * @param createVPCConnectionRequest * @return A Java Future containing the result of the CreateVPCConnection operation returned by the service. * @sample AmazonQuickSightAsync.CreateVPCConnection * @see AWS * API Documentation */ java.util.concurrent.Future* Creates a new VPC connection. *
* * @param createVPCConnectionRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateVPCConnection operation returned by the service. * @sample AmazonQuickSightAsyncHandler.CreateVPCConnection * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web * Services account and Amazon QuickSight namespace. *
* * @param deleteAccountCustomizationRequest * @return A Java Future containing the result of the DeleteAccountCustomization operation returned by the service. * @sample AmazonQuickSightAsync.DeleteAccountCustomization * @see AWS API Documentation */ java.util.concurrent.Future* Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified Amazon Web * Services account and Amazon QuickSight namespace. *
* * @param deleteAccountCustomizationRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteAccountCustomization operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteAccountCustomization * @see AWS API Documentation */ java.util.concurrent.Future
* Use the DeleteAccountSubscription
operation to delete an Amazon QuickSight account. This operation
* will result in an error message if you have configured your account termination protection settings to
* True
. To change this setting and delete your account, call the UpdateAccountSettings
* API and set the value of the TerminationProtectionEnabled
parameter to False
, then make
* another call to the DeleteAccountSubscription
API.
*
* Use the DeleteAccountSubscription
operation to delete an Amazon QuickSight account. This operation
* will result in an error message if you have configured your account termination protection settings to
* True
. To change this setting and delete your account, call the UpdateAccountSettings
* API and set the value of the TerminationProtectionEnabled
parameter to False
, then make
* another call to the DeleteAccountSubscription
API.
*
* Deletes an analysis from Amazon QuickSight. You can optionally include a recovery window during which you can
* restore the analysis. If you don't specify a recovery window value, the operation defaults to 30 days. Amazon
* QuickSight attaches a DeletionTime
stamp to the response that specifies the end of the recovery
* window. At the end of the recovery window, Amazon QuickSight deletes the analysis permanently.
*
* At any time before recovery window ends, you can use the RestoreAnalysis
API operation to remove the
* DeletionTime
stamp and cancel the deletion of the analysis. The analysis remains visible in the API
* until it's deleted, so you can describe it but you can't make a template from it.
*
* An analysis that's scheduled for deletion isn't accessible in the Amazon QuickSight console. To access it in the * console, restore it. Deleting an analysis doesn't delete the dashboards that you publish from it. *
* * @param deleteAnalysisRequest * @return A Java Future containing the result of the DeleteAnalysis operation returned by the service. * @sample AmazonQuickSightAsync.DeleteAnalysis * @see AWS API * Documentation */ java.util.concurrent.Future
* Deletes an analysis from Amazon QuickSight. You can optionally include a recovery window during which you can
* restore the analysis. If you don't specify a recovery window value, the operation defaults to 30 days. Amazon
* QuickSight attaches a DeletionTime
stamp to the response that specifies the end of the recovery
* window. At the end of the recovery window, Amazon QuickSight deletes the analysis permanently.
*
* At any time before recovery window ends, you can use the RestoreAnalysis
API operation to remove the
* DeletionTime
stamp and cancel the deletion of the analysis. The analysis remains visible in the API
* until it's deleted, so you can describe it but you can't make a template from it.
*
* An analysis that's scheduled for deletion isn't accessible in the Amazon QuickSight console. To access it in the * console, restore it. Deleting an analysis doesn't delete the dashboards that you publish from it. *
* * @param deleteAnalysisRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteAnalysis operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteAnalysis * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a dashboard. *
* * @param deleteDashboardRequest * @return A Java Future containing the result of the DeleteDashboard operation returned by the service. * @sample AmazonQuickSightAsync.DeleteDashboard * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a dashboard. *
* * @param deleteDashboardRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteDashboard operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteDashboard * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a dataset. *
* * @param deleteDataSetRequest * @return A Java Future containing the result of the DeleteDataSet operation returned by the service. * @sample AmazonQuickSightAsync.DeleteDataSet * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a dataset. *
* * @param deleteDataSetRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteDataSet operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteDataSet * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes the dataset refresh properties of the dataset. *
* * @param deleteDataSetRefreshPropertiesRequest * @return A Java Future containing the result of the DeleteDataSetRefreshProperties operation returned by the * service. * @sample AmazonQuickSightAsync.DeleteDataSetRefreshProperties * @see AWS API Documentation */ java.util.concurrent.Future* Deletes the dataset refresh properties of the dataset. *
* * @param deleteDataSetRefreshPropertiesRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteDataSetRefreshProperties operation returned by the * service. * @sample AmazonQuickSightAsyncHandler.DeleteDataSetRefreshProperties * @see AWS API Documentation */ java.util.concurrent.Future* Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data * source. *
* * @param deleteDataSourceRequest * @return A Java Future containing the result of the DeleteDataSource operation returned by the service. * @sample AmazonQuickSightAsync.DeleteDataSource * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data * source. *
* * @param deleteDataSourceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteDataSource operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteDataSource * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes an empty folder. *
* * @param deleteFolderRequest * @return A Java Future containing the result of the DeleteFolder operation returned by the service. * @sample AmazonQuickSightAsync.DeleteFolder * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes an empty folder. *
* * @param deleteFolderRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteFolder operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteFolder * @see AWS API * Documentation */ java.util.concurrent.Future* Removes an asset, such as a dashboard, analysis, or dataset, from a folder. *
* * @param deleteFolderMembershipRequest * @return A Java Future containing the result of the DeleteFolderMembership operation returned by the service. * @sample AmazonQuickSightAsync.DeleteFolderMembership * @see AWS API Documentation */ java.util.concurrent.Future* Removes an asset, such as a dashboard, analysis, or dataset, from a folder. *
* * @param deleteFolderMembershipRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteFolderMembership operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteFolderMembership * @see AWS API Documentation */ java.util.concurrent.Future* Removes a user group from Amazon QuickSight. *
* * @param deleteGroupRequest * @return A Java Future containing the result of the DeleteGroup operation returned by the service. * @sample AmazonQuickSightAsync.DeleteGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Removes a user group from Amazon QuickSight. *
* * @param deleteGroupRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteGroup operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Removes a user from a group so that the user is no longer a member of the group. *
* * @param deleteGroupMembershipRequest * @return A Java Future containing the result of the DeleteGroupMembership operation returned by the service. * @sample AmazonQuickSightAsync.DeleteGroupMembership * @see AWS API Documentation */ java.util.concurrent.Future* Removes a user from a group so that the user is no longer a member of the group. *
* * @param deleteGroupMembershipRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteGroupMembership operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteGroupMembership * @see AWS API Documentation */ java.util.concurrent.Future* Deletes an existing IAM policy assignment. *
* * @param deleteIAMPolicyAssignmentRequest * @return A Java Future containing the result of the DeleteIAMPolicyAssignment operation returned by the service. * @sample AmazonQuickSightAsync.DeleteIAMPolicyAssignment * @see AWS API Documentation */ java.util.concurrent.Future* Deletes an existing IAM policy assignment. *
* * @param deleteIAMPolicyAssignmentRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteIAMPolicyAssignment operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteIAMPolicyAssignment * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a namespace and the users and groups that are associated with the namespace. This is an asynchronous * process. Assets including dashboards, analyses, datasets and data sources are not deleted. To delete these * assets, you use the API operations for the relevant asset. *
* * @param deleteNamespaceRequest * @return A Java Future containing the result of the DeleteNamespace operation returned by the service. * @sample AmazonQuickSightAsync.DeleteNamespace * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a namespace and the users and groups that are associated with the namespace. This is an asynchronous * process. Assets including dashboards, analyses, datasets and data sources are not deleted. To delete these * assets, you use the API operations for the relevant asset. *
* * @param deleteNamespaceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteNamespace operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteNamespace * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a refresh schedule from a dataset. *
* * @param deleteRefreshScheduleRequest * @return A Java Future containing the result of the DeleteRefreshSchedule operation returned by the service. * @sample AmazonQuickSightAsync.DeleteRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a refresh schedule from a dataset. *
* * @param deleteRefreshScheduleRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteRefreshSchedule operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a template. *
* * @param deleteTemplateRequest * @return A Java Future containing the result of the DeleteTemplate operation returned by the service. * @sample AmazonQuickSightAsync.DeleteTemplate * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a template. *
* * @param deleteTemplateRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteTemplate operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteTemplate * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes the item that the specified template alias points to. If you provide a specific alias, you delete the * version of the template that the alias points to. *
* * @param deleteTemplateAliasRequest * @return A Java Future containing the result of the DeleteTemplateAlias operation returned by the service. * @sample AmazonQuickSightAsync.DeleteTemplateAlias * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes the item that the specified template alias points to. If you provide a specific alias, you delete the * version of the template that the alias points to. *
* * @param deleteTemplateAliasRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteTemplateAlias operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteTemplateAlias * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes a theme. *
* * @param deleteThemeRequest * @return A Java Future containing the result of the DeleteTheme operation returned by the service. * @sample AmazonQuickSightAsync.DeleteTheme * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a theme. *
* * @param deleteThemeRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteTheme operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteTheme * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes the version of the theme that the specified theme alias points to. If you provide a specific alias, you * delete the version of the theme that the alias points to. *
* * @param deleteThemeAliasRequest * @return A Java Future containing the result of the DeleteThemeAlias operation returned by the service. * @sample AmazonQuickSightAsync.DeleteThemeAlias * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes the version of the theme that the specified theme alias points to. If you provide a specific alias, you * delete the version of the theme that the alias points to. *
* * @param deleteThemeAliasRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteThemeAlias operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteThemeAlias * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes a topic. *
* * @param deleteTopicRequest * @return A Java Future containing the result of the DeleteTopic operation returned by the service. * @sample AmazonQuickSightAsync.DeleteTopic * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a topic. *
* * @param deleteTopicRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteTopic operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteTopic * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a topic refresh schedule. *
* * @param deleteTopicRefreshScheduleRequest * @return A Java Future containing the result of the DeleteTopicRefreshSchedule operation returned by the service. * @sample AmazonQuickSightAsync.DeleteTopicRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a topic refresh schedule. *
* * @param deleteTopicRefreshScheduleRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteTopicRefreshSchedule operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteTopicRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future* Deletes the Amazon QuickSight user that is associated with the identity of the IAM user or role that's making the * call. The IAM user isn't deleted as a result of this call. *
* * @param deleteUserRequest * @return A Java Future containing the result of the DeleteUser operation returned by the service. * @sample AmazonQuickSightAsync.DeleteUser * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes the Amazon QuickSight user that is associated with the identity of the IAM user or role that's making the * call. The IAM user isn't deleted as a result of this call. *
* * @param deleteUserRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteUser operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteUser * @see AWS API * Documentation */ java.util.concurrent.Future* Deletes a user identified by its principal ID. *
* * @param deleteUserByPrincipalIdRequest * @return A Java Future containing the result of the DeleteUserByPrincipalId operation returned by the service. * @sample AmazonQuickSightAsync.DeleteUserByPrincipalId * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a user identified by its principal ID. *
* * @param deleteUserByPrincipalIdRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteUserByPrincipalId operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteUserByPrincipalId * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a VPC connection. *
* * @param deleteVPCConnectionRequest * @return A Java Future containing the result of the DeleteVPCConnection operation returned by the service. * @sample AmazonQuickSightAsync.DeleteVPCConnection * @see AWS * API Documentation */ java.util.concurrent.Future* Deletes a VPC connection. *
* * @param deleteVPCConnectionRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteVPCConnection operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DeleteVPCConnection * @see AWS * API Documentation */ java.util.concurrent.Future
* Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon
* QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which
* customizations to apply by running this API operation with the Resolved
flag included.
*
* To determine what customizations display when you run this command, it can help to visualize the relationship of * the entities involved. *
*
* Amazon Web Services account
- The Amazon Web Services account exists at the top of the hierarchy. It
* has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you
* subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region. That's
* where your free SPICE capacity is located. You can use Amazon QuickSight in any supported Amazon Web Services
* Region.
*
* Amazon Web Services Region
- In each Amazon Web Services Region where you sign in to Amazon
* QuickSight at least once, Amazon QuickSight acts as a separate instance of the same service. If you have a user
* directory, it resides in us-east-1, which is the US East (N. Virginia). Generally speaking, these users have
* access to Amazon QuickSight in any Amazon Web Services Region, unless they are constrained to a namespace.
*
* To run the command in a different Amazon Web Services Region, you change your Region settings. If you're using * the CLI, you can use one of the following options: *
** Use command line * options. *
** Use named profiles. *
*
* Run aws configure
to change your default Amazon Web Services Region. Use Enter to key the same
* settings for your keys. For more information, see Configuring the CLI.
*
* Namespace
- A QuickSight namespace is a partition that contains users and assets (data sources,
* datasets, dashboards, and so on). To access assets that are in a specific namespace, users and groups must also
* be part of the same namespace. People who share a namespace are completely isolated from users and assets in
* other namespaces, even if they are in the same Amazon Web Services account and Amazon Web Services Region.
*
* Applied customizations
- Within an Amazon Web Services Region, a set of Amazon QuickSight
* customizations can apply to an Amazon Web Services account or to a namespace. Settings that you apply to a
* namespace override settings that you apply to an Amazon Web Services account. All settings are isolated to a
* single Amazon Web Services Region. To apply them in other Amazon Web Services Regions, run the
* CreateAccountCustomization
command in each Amazon Web Services Region where you want to apply the
* same customizations.
*
* Describes the customizations associated with the provided Amazon Web Services account and Amazon Amazon
* QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which
* customizations to apply by running this API operation with the Resolved
flag included.
*
* To determine what customizations display when you run this command, it can help to visualize the relationship of * the entities involved. *
*
* Amazon Web Services account
- The Amazon Web Services account exists at the top of the hierarchy. It
* has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you
* subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region. That's
* where your free SPICE capacity is located. You can use Amazon QuickSight in any supported Amazon Web Services
* Region.
*
* Amazon Web Services Region
- In each Amazon Web Services Region where you sign in to Amazon
* QuickSight at least once, Amazon QuickSight acts as a separate instance of the same service. If you have a user
* directory, it resides in us-east-1, which is the US East (N. Virginia). Generally speaking, these users have
* access to Amazon QuickSight in any Amazon Web Services Region, unless they are constrained to a namespace.
*
* To run the command in a different Amazon Web Services Region, you change your Region settings. If you're using * the CLI, you can use one of the following options: *
** Use command line * options. *
** Use named profiles. *
*
* Run aws configure
to change your default Amazon Web Services Region. Use Enter to key the same
* settings for your keys. For more information, see Configuring the CLI.
*
* Namespace
- A QuickSight namespace is a partition that contains users and assets (data sources,
* datasets, dashboards, and so on). To access assets that are in a specific namespace, users and groups must also
* be part of the same namespace. People who share a namespace are completely isolated from users and assets in
* other namespaces, even if they are in the same Amazon Web Services account and Amazon Web Services Region.
*
* Applied customizations
- Within an Amazon Web Services Region, a set of Amazon QuickSight
* customizations can apply to an Amazon Web Services account or to a namespace. Settings that you apply to a
* namespace override settings that you apply to an Amazon Web Services account. All settings are isolated to a
* single Amazon Web Services Region. To apply them in other Amazon Web Services Regions, run the
* CreateAccountCustomization
command in each Amazon Web Services Region where you want to apply the
* same customizations.
*
* Describes the settings that were used when your Amazon QuickSight subscription was first created in this Amazon * Web Services account. *
* * @param describeAccountSettingsRequest * @return A Java Future containing the result of the DescribeAccountSettings operation returned by the service. * @sample AmazonQuickSightAsync.DescribeAccountSettings * @see AWS API Documentation */ java.util.concurrent.Future* Describes the settings that were used when your Amazon QuickSight subscription was first created in this Amazon * Web Services account. *
* * @param describeAccountSettingsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeAccountSettings operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeAccountSettings * @see AWS API Documentation */ java.util.concurrent.Future
* Use the DescribeAccountSubscription operation to receive a description of an Amazon QuickSight account's
* subscription. A successful API call returns an AccountInfo
object that includes an account's name,
* subscription status, authentication type, edition, and notification email address.
*
* Use the DescribeAccountSubscription operation to receive a description of an Amazon QuickSight account's
* subscription. A successful API call returns an AccountInfo
object that includes an account's name,
* subscription status, authentication type, edition, and notification email address.
*
* Provides a summary of the metadata for an analysis. *
* * @param describeAnalysisRequest * @return A Java Future containing the result of the DescribeAnalysis operation returned by the service. * @sample AmazonQuickSightAsync.DescribeAnalysis * @see AWS * API Documentation */ java.util.concurrent.Future* Provides a summary of the metadata for an analysis. *
* * @param describeAnalysisRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeAnalysis operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeAnalysis * @see AWS * API Documentation */ java.util.concurrent.Future* Provides a detailed description of the definition of an analysis. *
*
* If you do not need to know details about the content of an Analysis, for instance if you are trying to check the
* status of a recently created or updated Analysis, use the
* DescribeAnalysis
instead.
*
* Provides a detailed description of the definition of an analysis. *
*
* If you do not need to know details about the content of an Analysis, for instance if you are trying to check the
* status of a recently created or updated Analysis, use the
* DescribeAnalysis
instead.
*
* Provides the read and write permissions for an analysis. *
* * @param describeAnalysisPermissionsRequest * @return A Java Future containing the result of the DescribeAnalysisPermissions operation returned by the service. * @sample AmazonQuickSightAsync.DescribeAnalysisPermissions * @see AWS API Documentation */ java.util.concurrent.Future* Provides the read and write permissions for an analysis. *
* * @param describeAnalysisPermissionsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeAnalysisPermissions operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeAnalysisPermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes an existing export job. *
*
* Poll job descriptions after a job starts to know the status of the job. When a job succeeds, a URL is provided to
* download the exported assets' data from. Download URLs are valid for five minutes after they are generated. You
* can call the DescribeAssetBundleExportJob
API for a new download URL as needed.
*
* Job descriptions are available for 14 days after the job starts. *
* * @param describeAssetBundleExportJobRequest * @return A Java Future containing the result of the DescribeAssetBundleExportJob operation returned by the * service. * @sample AmazonQuickSightAsync.DescribeAssetBundleExportJob * @see AWS API Documentation */ java.util.concurrent.Future* Describes an existing export job. *
*
* Poll job descriptions after a job starts to know the status of the job. When a job succeeds, a URL is provided to
* download the exported assets' data from. Download URLs are valid for five minutes after they are generated. You
* can call the DescribeAssetBundleExportJob
API for a new download URL as needed.
*
* Job descriptions are available for 14 days after the job starts. *
* * @param describeAssetBundleExportJobRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeAssetBundleExportJob operation returned by the * service. * @sample AmazonQuickSightAsyncHandler.DescribeAssetBundleExportJob * @see AWS API Documentation */ java.util.concurrent.Future* Describes an existing import job. *
** Poll job descriptions after starting a job to know when it has succeeded or failed. Job descriptions are * available for 14 days after job starts. *
* * @param describeAssetBundleImportJobRequest * @return A Java Future containing the result of the DescribeAssetBundleImportJob operation returned by the * service. * @sample AmazonQuickSightAsync.DescribeAssetBundleImportJob * @see AWS API Documentation */ java.util.concurrent.Future* Describes an existing import job. *
** Poll job descriptions after starting a job to know when it has succeeded or failed. Job descriptions are * available for 14 days after job starts. *
* * @param describeAssetBundleImportJobRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeAssetBundleImportJob operation returned by the * service. * @sample AmazonQuickSightAsyncHandler.DescribeAssetBundleImportJob * @see AWS API Documentation */ java.util.concurrent.Future* Provides a summary for a dashboard. *
* * @param describeDashboardRequest * @return A Java Future containing the result of the DescribeDashboard operation returned by the service. * @sample AmazonQuickSightAsync.DescribeDashboard * @see AWS * API Documentation */ java.util.concurrent.Future* Provides a summary for a dashboard. *
* * @param describeDashboardRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeDashboard operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeDashboard * @see AWS * API Documentation */ java.util.concurrent.Future* Provides a detailed description of the definition of a dashboard. *
*
* If you do not need to know details about the content of a dashboard, for instance if you are trying to check the
* status of a recently created or updated dashboard, use the
* DescribeDashboard
instead.
*
* Provides a detailed description of the definition of a dashboard. *
*
* If you do not need to know details about the content of a dashboard, for instance if you are trying to check the
* status of a recently created or updated dashboard, use the
* DescribeDashboard
instead.
*
* Describes read and write permissions for a dashboard. *
* * @param describeDashboardPermissionsRequest * @return A Java Future containing the result of the DescribeDashboardPermissions operation returned by the * service. * @sample AmazonQuickSightAsync.DescribeDashboardPermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes read and write permissions for a dashboard. *
* * @param describeDashboardPermissionsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeDashboardPermissions operation returned by the * service. * @sample AmazonQuickSightAsyncHandler.DescribeDashboardPermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes an existing snapshot job. *
*
* Poll job descriptions after a job starts to know the status of the job. For information on available status
* codes, see JobStatus
.
*
* Describes an existing snapshot job. *
*
* Poll job descriptions after a job starts to know the status of the job. For information on available status
* codes, see JobStatus
.
*
* Describes the result of an existing snapshot job that has finished running. *
*
* A finished snapshot job will return a COMPLETED
or FAILED
status when you poll the job
* with a DescribeDashboardSnapshotJob
API call.
*
* If the job has not finished running, this operation returns a message that says
* Dashboard Snapshot Job with id <SnapshotjobId> has not reached a terminal state.
.
*
* Describes the result of an existing snapshot job that has finished running. *
*
* A finished snapshot job will return a COMPLETED
or FAILED
status when you poll the job
* with a DescribeDashboardSnapshotJob
API call.
*
* If the job has not finished running, this operation returns a message that says
* Dashboard Snapshot Job with id <SnapshotjobId> has not reached a terminal state.
.
*
* Describes a dataset. This operation doesn't support datasets that include uploaded files as a source. *
* * @param describeDataSetRequest * @return A Java Future containing the result of the DescribeDataSet operation returned by the service. * @sample AmazonQuickSightAsync.DescribeDataSet * @see AWS API * Documentation */ java.util.concurrent.Future* Describes a dataset. This operation doesn't support datasets that include uploaded files as a source. *
* * @param describeDataSetRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeDataSet operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeDataSet * @see AWS API * Documentation */ java.util.concurrent.Future* Describes the permissions on a dataset. *
*
* The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id
.
*
* Describes the permissions on a dataset. *
*
* The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id
.
*
* Describes the refresh properties of a dataset. *
* * @param describeDataSetRefreshPropertiesRequest * @return A Java Future containing the result of the DescribeDataSetRefreshProperties operation returned by the * service. * @sample AmazonQuickSightAsync.DescribeDataSetRefreshProperties * @see AWS API Documentation */ java.util.concurrent.Future* Describes the refresh properties of a dataset. *
* * @param describeDataSetRefreshPropertiesRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeDataSetRefreshProperties operation returned by the * service. * @sample AmazonQuickSightAsyncHandler.DescribeDataSetRefreshProperties * @see AWS API Documentation */ java.util.concurrent.Future* Describes a data source. *
* * @param describeDataSourceRequest * @return A Java Future containing the result of the DescribeDataSource operation returned by the service. * @sample AmazonQuickSightAsync.DescribeDataSource * @see AWS * API Documentation */ java.util.concurrent.Future* Describes a data source. *
* * @param describeDataSourceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeDataSource operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeDataSource * @see AWS * API Documentation */ java.util.concurrent.Future* Describes the resource permissions for a data source. *
* * @param describeDataSourcePermissionsRequest * @return A Java Future containing the result of the DescribeDataSourcePermissions operation returned by the * service. * @sample AmazonQuickSightAsync.DescribeDataSourcePermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes the resource permissions for a data source. *
* * @param describeDataSourcePermissionsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeDataSourcePermissions operation returned by the * service. * @sample AmazonQuickSightAsyncHandler.DescribeDataSourcePermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes a folder. *
* * @param describeFolderRequest * @return A Java Future containing the result of the DescribeFolder operation returned by the service. * @sample AmazonQuickSightAsync.DescribeFolder * @see AWS API * Documentation */ java.util.concurrent.Future* Describes a folder. *
* * @param describeFolderRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeFolder operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeFolder * @see AWS API * Documentation */ java.util.concurrent.Future* Describes permissions for a folder. *
* * @param describeFolderPermissionsRequest * @return A Java Future containing the result of the DescribeFolderPermissions operation returned by the service. * @sample AmazonQuickSightAsync.DescribeFolderPermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes permissions for a folder. *
* * @param describeFolderPermissionsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeFolderPermissions operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeFolderPermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes the folder resolved permissions. Permissions consists of both folder direct permissions and the * inherited permissions from the ancestor folders. *
* * @param describeFolderResolvedPermissionsRequest * @return A Java Future containing the result of the DescribeFolderResolvedPermissions operation returned by the * service. * @sample AmazonQuickSightAsync.DescribeFolderResolvedPermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes the folder resolved permissions. Permissions consists of both folder direct permissions and the * inherited permissions from the ancestor folders. *
* * @param describeFolderResolvedPermissionsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeFolderResolvedPermissions operation returned by the * service. * @sample AmazonQuickSightAsyncHandler.DescribeFolderResolvedPermissions * @see AWS API Documentation */ java.util.concurrent.Future* Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN). *
* * @param describeGroupRequest * @return A Java Future containing the result of the DescribeGroup operation returned by the service. * @sample AmazonQuickSightAsync.DescribeGroup * @see AWS API * Documentation */ java.util.concurrent.Future* Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN). *
* * @param describeGroupRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeGroup operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeGroup * @see AWS API * Documentation */ java.util.concurrent.Future
* Use the DescribeGroupMembership
operation to determine if a user is a member of the specified group.
* If the user exists and is a member of the specified group, an associated GroupMember
object is
* returned.
*
* Use the DescribeGroupMembership
operation to determine if a user is a member of the specified group.
* If the user exists and is a member of the specified group, an associated GroupMember
object is
* returned.
*
* Describes an existing IAM policy assignment, as specified by the assignment name. *
* * @param describeIAMPolicyAssignmentRequest * @return A Java Future containing the result of the DescribeIAMPolicyAssignment operation returned by the service. * @sample AmazonQuickSightAsync.DescribeIAMPolicyAssignment * @see AWS API Documentation */ java.util.concurrent.Future* Describes an existing IAM policy assignment, as specified by the assignment name. *
* * @param describeIAMPolicyAssignmentRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeIAMPolicyAssignment operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeIAMPolicyAssignment * @see AWS API Documentation */ java.util.concurrent.Future* Describes a SPICE ingestion. *
* * @param describeIngestionRequest * @return A Java Future containing the result of the DescribeIngestion operation returned by the service. * @sample AmazonQuickSightAsync.DescribeIngestion * @see AWS * API Documentation */ java.util.concurrent.Future* Describes a SPICE ingestion. *
* * @param describeIngestionRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeIngestion operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeIngestion * @see AWS * API Documentation */ java.util.concurrent.Future* Provides a summary and status of IP rules. *
* * @param describeIpRestrictionRequest * @return A Java Future containing the result of the DescribeIpRestriction operation returned by the service. * @sample AmazonQuickSightAsync.DescribeIpRestriction * @see AWS API Documentation */ java.util.concurrent.Future* Provides a summary and status of IP rules. *
* * @param describeIpRestrictionRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeIpRestriction operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeIpRestriction * @see AWS API Documentation */ java.util.concurrent.Future* Describes the current namespace. *
* * @param describeNamespaceRequest * @return A Java Future containing the result of the DescribeNamespace operation returned by the service. * @sample AmazonQuickSightAsync.DescribeNamespace * @see AWS * API Documentation */ java.util.concurrent.Future* Describes the current namespace. *
* * @param describeNamespaceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeNamespace operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeNamespace * @see AWS * API Documentation */ java.util.concurrent.Future* Provides a summary of a refresh schedule. *
* * @param describeRefreshScheduleRequest * @return A Java Future containing the result of the DescribeRefreshSchedule operation returned by the service. * @sample AmazonQuickSightAsync.DescribeRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future* Provides a summary of a refresh schedule. *
* * @param describeRefreshScheduleRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeRefreshSchedule operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future* Describes a template's metadata. *
* * @param describeTemplateRequest * @return A Java Future containing the result of the DescribeTemplate operation returned by the service. * @sample AmazonQuickSightAsync.DescribeTemplate * @see AWS * API Documentation */ java.util.concurrent.Future* Describes a template's metadata. *
* * @param describeTemplateRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeTemplate operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeTemplate * @see AWS * API Documentation */ java.util.concurrent.Future* Describes the template alias for a template. *
* * @param describeTemplateAliasRequest * @return A Java Future containing the result of the DescribeTemplateAlias operation returned by the service. * @sample AmazonQuickSightAsync.DescribeTemplateAlias * @see AWS API Documentation */ java.util.concurrent.Future* Describes the template alias for a template. *
* * @param describeTemplateAliasRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeTemplateAlias operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeTemplateAlias * @see AWS API Documentation */ java.util.concurrent.Future* Provides a detailed description of the definition of a template. *
*
* If you do not need to know details about the content of a template, for instance if you are trying to check the
* status of a recently created or updated template, use the
* DescribeTemplate
instead.
*
* Provides a detailed description of the definition of a template. *
*
* If you do not need to know details about the content of a template, for instance if you are trying to check the
* status of a recently created or updated template, use the
* DescribeTemplate
instead.
*
* Describes read and write permissions on a template. *
* * @param describeTemplatePermissionsRequest * @return A Java Future containing the result of the DescribeTemplatePermissions operation returned by the service. * @sample AmazonQuickSightAsync.DescribeTemplatePermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes read and write permissions on a template. *
* * @param describeTemplatePermissionsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeTemplatePermissions operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeTemplatePermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes a theme. *
* * @param describeThemeRequest * @return A Java Future containing the result of the DescribeTheme operation returned by the service. * @sample AmazonQuickSightAsync.DescribeTheme * @see AWS API * Documentation */ java.util.concurrent.Future* Describes a theme. *
* * @param describeThemeRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeTheme operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeTheme * @see AWS API * Documentation */ java.util.concurrent.Future* Describes the alias for a theme. *
* * @param describeThemeAliasRequest * @return A Java Future containing the result of the DescribeThemeAlias operation returned by the service. * @sample AmazonQuickSightAsync.DescribeThemeAlias * @see AWS * API Documentation */ java.util.concurrent.Future* Describes the alias for a theme. *
* * @param describeThemeAliasRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeThemeAlias operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeThemeAlias * @see AWS * API Documentation */ java.util.concurrent.Future* Describes the read and write permissions for a theme. *
* * @param describeThemePermissionsRequest * @return A Java Future containing the result of the DescribeThemePermissions operation returned by the service. * @sample AmazonQuickSightAsync.DescribeThemePermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes the read and write permissions for a theme. *
* * @param describeThemePermissionsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeThemePermissions operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeThemePermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes a topic. *
* * @param describeTopicRequest * @return A Java Future containing the result of the DescribeTopic operation returned by the service. * @sample AmazonQuickSightAsync.DescribeTopic * @see AWS API * Documentation */ java.util.concurrent.Future* Describes a topic. *
* * @param describeTopicRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeTopic operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeTopic * @see AWS API * Documentation */ java.util.concurrent.Future* Describes the permissions of a topic. *
* * @param describeTopicPermissionsRequest * @return A Java Future containing the result of the DescribeTopicPermissions operation returned by the service. * @sample AmazonQuickSightAsync.DescribeTopicPermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes the permissions of a topic. *
* * @param describeTopicPermissionsRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeTopicPermissions operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeTopicPermissions * @see AWS API Documentation */ java.util.concurrent.Future* Describes the status of a topic refresh. *
* * @param describeTopicRefreshRequest * @return A Java Future containing the result of the DescribeTopicRefresh operation returned by the service. * @sample AmazonQuickSightAsync.DescribeTopicRefresh * @see AWS API Documentation */ java.util.concurrent.Future* Describes the status of a topic refresh. *
* * @param describeTopicRefreshRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeTopicRefresh operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeTopicRefresh * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a topic refresh schedule. *
* * @param describeTopicRefreshScheduleRequest * @return A Java Future containing the result of the DescribeTopicRefreshSchedule operation returned by the * service. * @sample AmazonQuickSightAsync.DescribeTopicRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future* Deletes a topic refresh schedule. *
* * @param describeTopicRefreshScheduleRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeTopicRefreshSchedule operation returned by the * service. * @sample AmazonQuickSightAsyncHandler.DescribeTopicRefreshSchedule * @see AWS API Documentation */ java.util.concurrent.Future* Returns information about a user, given the user name. *
* * @param describeUserRequest * @return A Java Future containing the result of the DescribeUser operation returned by the service. * @sample AmazonQuickSightAsync.DescribeUser * @see AWS API * Documentation */ java.util.concurrent.Future* Returns information about a user, given the user name. *
* * @param describeUserRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeUser operation returned by the service. * @sample AmazonQuickSightAsyncHandler.DescribeUser * @see AWS API * Documentation */ java.util.concurrent.Future