@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonQuickSightAsync extends AbstractAmazonQuickSight implements AmazonQuickSightAsync
AmazonQuickSightAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
cancelIngestion, createAccountCustomization, createAnalysis, createDashboard, createDataSet, createDataSource, createGroup, createGroupMembership, createIAMPolicyAssignment, createIngestion, createNamespace, createTemplate, createTemplateAlias, createTheme, createThemeAlias, deleteAccountCustomization, deleteAnalysis, deleteDashboard, deleteDataSet, deleteDataSource, deleteGroup, deleteGroupMembership, deleteIAMPolicyAssignment, deleteNamespace, deleteTemplate, deleteTemplateAlias, deleteTheme, deleteThemeAlias, deleteUser, deleteUserByPrincipalId, describeAccountCustomization, describeAccountSettings, describeAnalysis, describeAnalysisPermissions, describeDashboard, describeDashboardPermissions, describeDataSet, describeDataSetPermissions, describeDataSource, describeDataSourcePermissions, describeGroup, describeIAMPolicyAssignment, describeIngestion, describeNamespace, describeTemplate, describeTemplateAlias, describeTemplatePermissions, describeTheme, describeThemeAlias, describeThemePermissions, describeUser, getCachedResponseMetadata, getDashboardEmbedUrl, getSessionEmbedUrl, listAnalyses, listDashboards, listDashboardVersions, listDataSets, listDataSources, listGroupMemberships, listGroups, listIAMPolicyAssignments, listIAMPolicyAssignmentsForUser, listIngestions, listNamespaces, listTagsForResource, listTemplateAliases, listTemplates, listTemplateVersions, listThemeAliases, listThemes, listThemeVersions, listUserGroups, listUsers, registerUser, restoreAnalysis, searchAnalyses, searchDashboards, shutdown, tagResource, untagResource, updateAccountCustomization, updateAccountSettings, updateAnalysis, updateAnalysisPermissions, updateDashboard, updateDashboardPermissions, updateDashboardPublishedVersion, updateDataSet, updateDataSetPermissions, updateDataSource, updateDataSourcePermissions, updateGroup, updateIAMPolicyAssignment, updateTemplate, updateTemplateAlias, updateTemplatePermissions, updateTheme, updateThemeAlias, updateThemePermissions, updateUser
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancelIngestion, createAccountCustomization, createAnalysis, createDashboard, createDataSet, createDataSource, createGroup, createGroupMembership, createIAMPolicyAssignment, createIngestion, createNamespace, createTemplate, createTemplateAlias, createTheme, createThemeAlias, deleteAccountCustomization, deleteAnalysis, deleteDashboard, deleteDataSet, deleteDataSource, deleteGroup, deleteGroupMembership, deleteIAMPolicyAssignment, deleteNamespace, deleteTemplate, deleteTemplateAlias, deleteTheme, deleteThemeAlias, deleteUser, deleteUserByPrincipalId, describeAccountCustomization, describeAccountSettings, describeAnalysis, describeAnalysisPermissions, describeDashboard, describeDashboardPermissions, describeDataSet, describeDataSetPermissions, describeDataSource, describeDataSourcePermissions, describeGroup, describeIAMPolicyAssignment, describeIngestion, describeNamespace, describeTemplate, describeTemplateAlias, describeTemplatePermissions, describeTheme, describeThemeAlias, describeThemePermissions, describeUser, getCachedResponseMetadata, getDashboardEmbedUrl, getSessionEmbedUrl, listAnalyses, listDashboards, listDashboardVersions, listDataSets, listDataSources, listGroupMemberships, listGroups, listIAMPolicyAssignments, listIAMPolicyAssignmentsForUser, listIngestions, listNamespaces, listTagsForResource, listTemplateAliases, listTemplates, listTemplateVersions, listThemeAliases, listThemes, listThemeVersions, listUserGroups, listUsers, registerUser, restoreAnalysis, searchAnalyses, searchDashboards, shutdown, tagResource, untagResource, updateAccountCustomization, updateAccountSettings, updateAnalysis, updateAnalysisPermissions, updateDashboard, updateDashboardPermissions, updateDashboardPublishedVersion, updateDataSet, updateDataSetPermissions, updateDataSource, updateDataSourcePermissions, updateGroup, updateIAMPolicyAssignment, updateTemplate, updateTemplateAlias, updateTemplatePermissions, updateTheme, updateThemeAlias, updateThemePermissions, updateUser
public Future<CancelIngestionResult> cancelIngestionAsync(CancelIngestionRequest request)
AmazonQuickSightAsync
Cancels an ongoing ingestion of data into SPICE.
cancelIngestionAsync
in interface AmazonQuickSightAsync
public Future<CancelIngestionResult> cancelIngestionAsync(CancelIngestionRequest request, AsyncHandler<CancelIngestionRequest,CancelIngestionResult> asyncHandler)
AmazonQuickSightAsync
Cancels an ongoing ingestion of data into SPICE.
cancelIngestionAsync
in interface AmazonQuickSightAsync
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.public Future<CreateAccountCustomizationResult> createAccountCustomizationAsync(CreateAccountCustomizationRequest request)
AmazonQuickSightAsync
Creates Amazon QuickSight customizations the current AWS Region. Currently, you can add a custom default theme by
using the CreateAccountCustomization
or UpdateAccountCustomization
API operation. To
further customize QuickSight by removing QuickSight sample assets and videos for all new users, see Customizing QuickSight
in the Amazon QuickSight User Guide.
You can create customizations for your AWS 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 AWS account. To
find out which customizations apply, use the DescribeAccountCustomization
API operation.
Before you 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 won't be visible to your users even if you use this API operation to make it the default theme.
createAccountCustomizationAsync
in interface AmazonQuickSightAsync
public Future<CreateAccountCustomizationResult> createAccountCustomizationAsync(CreateAccountCustomizationRequest request, AsyncHandler<CreateAccountCustomizationRequest,CreateAccountCustomizationResult> asyncHandler)
AmazonQuickSightAsync
Creates Amazon QuickSight customizations the current AWS Region. Currently, you can add a custom default theme by
using the CreateAccountCustomization
or UpdateAccountCustomization
API operation. To
further customize QuickSight by removing QuickSight sample assets and videos for all new users, see Customizing QuickSight
in the Amazon QuickSight User Guide.
You can create customizations for your AWS 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 AWS account. To
find out which customizations apply, use the DescribeAccountCustomization
API operation.
Before you 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 won't be visible to your users even if you use this API operation to make it the default theme.
createAccountCustomizationAsync
in interface AmazonQuickSightAsync
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.public Future<CreateAnalysisResult> createAnalysisAsync(CreateAnalysisRequest request)
AmazonQuickSightAsync
Creates an analysis in Amazon QuickSight.
createAnalysisAsync
in interface AmazonQuickSightAsync
public Future<CreateAnalysisResult> createAnalysisAsync(CreateAnalysisRequest request, AsyncHandler<CreateAnalysisRequest,CreateAnalysisResult> asyncHandler)
AmazonQuickSightAsync
Creates an analysis in Amazon QuickSight.
createAnalysisAsync
in interface AmazonQuickSightAsync
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.public Future<CreateDashboardResult> createDashboardAsync(CreateDashboardRequest request)
AmazonQuickSightAsync
Creates a dashboard from a template. To first create a template, see the CreateTemplate
API
operation.
A dashboard is an entity in QuickSight that identifies QuickSight reports, created from analyses. You can share 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 AWS account.
createDashboardAsync
in interface AmazonQuickSightAsync
public Future<CreateDashboardResult> createDashboardAsync(CreateDashboardRequest request, AsyncHandler<CreateDashboardRequest,CreateDashboardResult> asyncHandler)
AmazonQuickSightAsync
Creates a dashboard from a template. To first create a template, see the CreateTemplate
API
operation.
A dashboard is an entity in QuickSight that identifies QuickSight reports, created from analyses. You can share 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 AWS account.
createDashboardAsync
in interface AmazonQuickSightAsync
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.public Future<CreateDataSetResult> createDataSetAsync(CreateDataSetRequest request)
AmazonQuickSightAsync
Creates a dataset.
createDataSetAsync
in interface AmazonQuickSightAsync
public Future<CreateDataSetResult> createDataSetAsync(CreateDataSetRequest request, AsyncHandler<CreateDataSetRequest,CreateDataSetResult> asyncHandler)
AmazonQuickSightAsync
Creates a dataset.
createDataSetAsync
in interface AmazonQuickSightAsync
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.public Future<CreateDataSourceResult> createDataSourceAsync(CreateDataSourceRequest request)
AmazonQuickSightAsync
Creates a data source.
createDataSourceAsync
in interface AmazonQuickSightAsync
public Future<CreateDataSourceResult> createDataSourceAsync(CreateDataSourceRequest request, AsyncHandler<CreateDataSourceRequest,CreateDataSourceResult> asyncHandler)
AmazonQuickSightAsync
Creates a data source.
createDataSourceAsync
in interface AmazonQuickSightAsync
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.public Future<CreateGroupResult> createGroupAsync(CreateGroupRequest request)
AmazonQuickSightAsync
Creates an Amazon QuickSight group.
The permissions resource is
arn:aws:quicksight:us-east-1:<relevant-aws-account-id>:group/default/<group-name>
.
The response is a group object.
createGroupAsync
in interface AmazonQuickSightAsync
request
- The request object for this operation.public Future<CreateGroupResult> createGroupAsync(CreateGroupRequest request, AsyncHandler<CreateGroupRequest,CreateGroupResult> asyncHandler)
AmazonQuickSightAsync
Creates an Amazon QuickSight group.
The permissions resource is
arn:aws:quicksight:us-east-1:<relevant-aws-account-id>:group/default/<group-name>
.
The response is a group object.
createGroupAsync
in interface AmazonQuickSightAsync
request
- The request object for this operation.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.public Future<CreateGroupMembershipResult> createGroupMembershipAsync(CreateGroupMembershipRequest request)
AmazonQuickSightAsync
Adds an Amazon QuickSight user to an Amazon QuickSight group.
createGroupMembershipAsync
in interface AmazonQuickSightAsync
public Future<CreateGroupMembershipResult> createGroupMembershipAsync(CreateGroupMembershipRequest request, AsyncHandler<CreateGroupMembershipRequest,CreateGroupMembershipResult> asyncHandler)
AmazonQuickSightAsync
Adds an Amazon QuickSight user to an Amazon QuickSight group.
createGroupMembershipAsync
in interface AmazonQuickSightAsync
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.public Future<CreateIAMPolicyAssignmentResult> createIAMPolicyAssignmentAsync(CreateIAMPolicyAssignmentRequest request)
AmazonQuickSightAsync
Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name (ARN). This policy will be assigned to specified groups or users of Amazon QuickSight. The users and groups need to be in the same namespace.
createIAMPolicyAssignmentAsync
in interface AmazonQuickSightAsync
public Future<CreateIAMPolicyAssignmentResult> createIAMPolicyAssignmentAsync(CreateIAMPolicyAssignmentRequest request, AsyncHandler<CreateIAMPolicyAssignmentRequest,CreateIAMPolicyAssignmentResult> asyncHandler)
AmazonQuickSightAsync
Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name (ARN). This policy will be assigned to specified groups or users of Amazon QuickSight. The users and groups need to be in the same namespace.
createIAMPolicyAssignmentAsync
in interface AmazonQuickSightAsync
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.public Future<CreateIngestionResult> createIngestionAsync(CreateIngestionRequest request)
AmazonQuickSightAsync
Creates and starts a new SPICE ingestion on a dataset
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 AWS Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.
createIngestionAsync
in interface AmazonQuickSightAsync
public Future<CreateIngestionResult> createIngestionAsync(CreateIngestionRequest request, AsyncHandler<CreateIngestionRequest,CreateIngestionResult> asyncHandler)
AmazonQuickSightAsync
Creates and starts a new SPICE ingestion on a dataset
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 AWS Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.
createIngestionAsync
in interface AmazonQuickSightAsync
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.public Future<CreateNamespaceResult> createNamespaceAsync(CreateNamespaceRequest request)
AmazonQuickSightAsync
(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
A namespace allows you to isolate the 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 AWS account is subscribed to QuickSight. The namespace must be unique within the AWS account. By default, there is a limit of 100 namespaces per AWS account. To increase your limit, create a ticket with AWS Support.
createNamespaceAsync
in interface AmazonQuickSightAsync
public Future<CreateNamespaceResult> createNamespaceAsync(CreateNamespaceRequest request, AsyncHandler<CreateNamespaceRequest,CreateNamespaceResult> asyncHandler)
AmazonQuickSightAsync
(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.
A namespace allows you to isolate the 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 AWS account is subscribed to QuickSight. The namespace must be unique within the AWS account. By default, there is a limit of 100 namespaces per AWS account. To increase your limit, create a ticket with AWS Support.
createNamespaceAsync
in interface AmazonQuickSightAsync
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.public Future<CreateTemplateResult> createTemplateAsync(CreateTemplateRequest request)
AmazonQuickSightAsync
Creates a template from an existing QuickSight analysis or template. You can use the resulting template to create a dashboard.
A template is an entity in 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.
createTemplateAsync
in interface AmazonQuickSightAsync
public Future<CreateTemplateResult> createTemplateAsync(CreateTemplateRequest request, AsyncHandler<CreateTemplateRequest,CreateTemplateResult> asyncHandler)
AmazonQuickSightAsync
Creates a template from an existing QuickSight analysis or template. You can use the resulting template to create a dashboard.
A template is an entity in 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.
createTemplateAsync
in interface AmazonQuickSightAsync
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.public Future<CreateTemplateAliasResult> createTemplateAliasAsync(CreateTemplateAliasRequest request)
AmazonQuickSightAsync
Creates a template alias for a template.
createTemplateAliasAsync
in interface AmazonQuickSightAsync
public Future<CreateTemplateAliasResult> createTemplateAliasAsync(CreateTemplateAliasRequest request, AsyncHandler<CreateTemplateAliasRequest,CreateTemplateAliasResult> asyncHandler)
AmazonQuickSightAsync
Creates a template alias for a template.
createTemplateAliasAsync
in interface AmazonQuickSightAsync
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.public Future<CreateThemeResult> createThemeAsync(CreateThemeRequest request)
AmazonQuickSightAsync
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.
createThemeAsync
in interface AmazonQuickSightAsync
public Future<CreateThemeResult> createThemeAsync(CreateThemeRequest request, AsyncHandler<CreateThemeRequest,CreateThemeResult> asyncHandler)
AmazonQuickSightAsync
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.
createThemeAsync
in interface AmazonQuickSightAsync
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.public Future<CreateThemeAliasResult> createThemeAliasAsync(CreateThemeAliasRequest request)
AmazonQuickSightAsync
Creates a theme alias for a theme.
createThemeAliasAsync
in interface AmazonQuickSightAsync
public Future<CreateThemeAliasResult> createThemeAliasAsync(CreateThemeAliasRequest request, AsyncHandler<CreateThemeAliasRequest,CreateThemeAliasResult> asyncHandler)
AmazonQuickSightAsync
Creates a theme alias for a theme.
createThemeAliasAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteAccountCustomizationResult> deleteAccountCustomizationAsync(DeleteAccountCustomizationRequest request)
AmazonQuickSightAsync
Deletes all Amazon QuickSight customizations in this AWS Region for the specified AWS Account and QuickSight namespace.
deleteAccountCustomizationAsync
in interface AmazonQuickSightAsync
public Future<DeleteAccountCustomizationResult> deleteAccountCustomizationAsync(DeleteAccountCustomizationRequest request, AsyncHandler<DeleteAccountCustomizationRequest,DeleteAccountCustomizationResult> asyncHandler)
AmazonQuickSightAsync
Deletes all Amazon QuickSight customizations in this AWS Region for the specified AWS Account and QuickSight namespace.
deleteAccountCustomizationAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteAnalysisResult> deleteAnalysisAsync(DeleteAnalysisRequest request)
AmazonQuickSightAsync
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. QuickSight
attaches a DeletionTime
stamp to the response that specifies the end of the recovery window. At the
end of the recovery window, 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 QuickSight console. To access it in the console, restore it. Deleting an analysis doesn't delete the dashboards that you publish from it.
deleteAnalysisAsync
in interface AmazonQuickSightAsync
public Future<DeleteAnalysisResult> deleteAnalysisAsync(DeleteAnalysisRequest request, AsyncHandler<DeleteAnalysisRequest,DeleteAnalysisResult> asyncHandler)
AmazonQuickSightAsync
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. QuickSight
attaches a DeletionTime
stamp to the response that specifies the end of the recovery window. At the
end of the recovery window, 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 QuickSight console. To access it in the console, restore it. Deleting an analysis doesn't delete the dashboards that you publish from it.
deleteAnalysisAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteDashboardResult> deleteDashboardAsync(DeleteDashboardRequest request)
AmazonQuickSightAsync
Deletes a dashboard.
deleteDashboardAsync
in interface AmazonQuickSightAsync
public Future<DeleteDashboardResult> deleteDashboardAsync(DeleteDashboardRequest request, AsyncHandler<DeleteDashboardRequest,DeleteDashboardResult> asyncHandler)
AmazonQuickSightAsync
Deletes a dashboard.
deleteDashboardAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteDataSetResult> deleteDataSetAsync(DeleteDataSetRequest request)
AmazonQuickSightAsync
Deletes a dataset.
deleteDataSetAsync
in interface AmazonQuickSightAsync
public Future<DeleteDataSetResult> deleteDataSetAsync(DeleteDataSetRequest request, AsyncHandler<DeleteDataSetRequest,DeleteDataSetResult> asyncHandler)
AmazonQuickSightAsync
Deletes a dataset.
deleteDataSetAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteDataSourceResult> deleteDataSourceAsync(DeleteDataSourceRequest request)
AmazonQuickSightAsync
Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data source.
deleteDataSourceAsync
in interface AmazonQuickSightAsync
public Future<DeleteDataSourceResult> deleteDataSourceAsync(DeleteDataSourceRequest request, AsyncHandler<DeleteDataSourceRequest,DeleteDataSourceResult> asyncHandler)
AmazonQuickSightAsync
Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data source.
deleteDataSourceAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteGroupResult> deleteGroupAsync(DeleteGroupRequest request)
AmazonQuickSightAsync
Removes a user group from Amazon QuickSight.
deleteGroupAsync
in interface AmazonQuickSightAsync
public Future<DeleteGroupResult> deleteGroupAsync(DeleteGroupRequest request, AsyncHandler<DeleteGroupRequest,DeleteGroupResult> asyncHandler)
AmazonQuickSightAsync
Removes a user group from Amazon QuickSight.
deleteGroupAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteGroupMembershipResult> deleteGroupMembershipAsync(DeleteGroupMembershipRequest request)
AmazonQuickSightAsync
Removes a user from a group so that the user is no longer a member of the group.
deleteGroupMembershipAsync
in interface AmazonQuickSightAsync
public Future<DeleteGroupMembershipResult> deleteGroupMembershipAsync(DeleteGroupMembershipRequest request, AsyncHandler<DeleteGroupMembershipRequest,DeleteGroupMembershipResult> asyncHandler)
AmazonQuickSightAsync
Removes a user from a group so that the user is no longer a member of the group.
deleteGroupMembershipAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteIAMPolicyAssignmentResult> deleteIAMPolicyAssignmentAsync(DeleteIAMPolicyAssignmentRequest request)
AmazonQuickSightAsync
Deletes an existing IAM policy assignment.
deleteIAMPolicyAssignmentAsync
in interface AmazonQuickSightAsync
public Future<DeleteIAMPolicyAssignmentResult> deleteIAMPolicyAssignmentAsync(DeleteIAMPolicyAssignmentRequest request, AsyncHandler<DeleteIAMPolicyAssignmentRequest,DeleteIAMPolicyAssignmentResult> asyncHandler)
AmazonQuickSightAsync
Deletes an existing IAM policy assignment.
deleteIAMPolicyAssignmentAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteNamespaceResult> deleteNamespaceAsync(DeleteNamespaceRequest request)
AmazonQuickSightAsync
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.
deleteNamespaceAsync
in interface AmazonQuickSightAsync
public Future<DeleteNamespaceResult> deleteNamespaceAsync(DeleteNamespaceRequest request, AsyncHandler<DeleteNamespaceRequest,DeleteNamespaceResult> asyncHandler)
AmazonQuickSightAsync
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.
deleteNamespaceAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteTemplateResult> deleteTemplateAsync(DeleteTemplateRequest request)
AmazonQuickSightAsync
Deletes a template.
deleteTemplateAsync
in interface AmazonQuickSightAsync
public Future<DeleteTemplateResult> deleteTemplateAsync(DeleteTemplateRequest request, AsyncHandler<DeleteTemplateRequest,DeleteTemplateResult> asyncHandler)
AmazonQuickSightAsync
Deletes a template.
deleteTemplateAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteTemplateAliasResult> deleteTemplateAliasAsync(DeleteTemplateAliasRequest request)
AmazonQuickSightAsync
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.
deleteTemplateAliasAsync
in interface AmazonQuickSightAsync
public Future<DeleteTemplateAliasResult> deleteTemplateAliasAsync(DeleteTemplateAliasRequest request, AsyncHandler<DeleteTemplateAliasRequest,DeleteTemplateAliasResult> asyncHandler)
AmazonQuickSightAsync
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.
deleteTemplateAliasAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteThemeResult> deleteThemeAsync(DeleteThemeRequest request)
AmazonQuickSightAsync
Deletes a theme.
deleteThemeAsync
in interface AmazonQuickSightAsync
public Future<DeleteThemeResult> deleteThemeAsync(DeleteThemeRequest request, AsyncHandler<DeleteThemeRequest,DeleteThemeResult> asyncHandler)
AmazonQuickSightAsync
Deletes a theme.
deleteThemeAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteThemeAliasResult> deleteThemeAliasAsync(DeleteThemeAliasRequest request)
AmazonQuickSightAsync
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.
deleteThemeAliasAsync
in interface AmazonQuickSightAsync
public Future<DeleteThemeAliasResult> deleteThemeAliasAsync(DeleteThemeAliasRequest request, AsyncHandler<DeleteThemeAliasRequest,DeleteThemeAliasResult> asyncHandler)
AmazonQuickSightAsync
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.
deleteThemeAliasAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteUserResult> deleteUserAsync(DeleteUserRequest request)
AmazonQuickSightAsync
Deletes the Amazon QuickSight user that is associated with the identity of the AWS Identity and Access Management (IAM) user or role that's making the call. The IAM user isn't deleted as a result of this call.
deleteUserAsync
in interface AmazonQuickSightAsync
public Future<DeleteUserResult> deleteUserAsync(DeleteUserRequest request, AsyncHandler<DeleteUserRequest,DeleteUserResult> asyncHandler)
AmazonQuickSightAsync
Deletes the Amazon QuickSight user that is associated with the identity of the AWS Identity and Access Management (IAM) user or role that's making the call. The IAM user isn't deleted as a result of this call.
deleteUserAsync
in interface AmazonQuickSightAsync
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.public Future<DeleteUserByPrincipalIdResult> deleteUserByPrincipalIdAsync(DeleteUserByPrincipalIdRequest request)
AmazonQuickSightAsync
Deletes a user identified by its principal ID.
deleteUserByPrincipalIdAsync
in interface AmazonQuickSightAsync
public Future<DeleteUserByPrincipalIdResult> deleteUserByPrincipalIdAsync(DeleteUserByPrincipalIdRequest request, AsyncHandler<DeleteUserByPrincipalIdRequest,DeleteUserByPrincipalIdResult> asyncHandler)
AmazonQuickSightAsync
Deletes a user identified by its principal ID.
deleteUserByPrincipalIdAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeAccountCustomizationResult> describeAccountCustomizationAsync(DescribeAccountCustomizationRequest request)
AmazonQuickSightAsync
Describes the customizations associated with the provided AWS account and Amazon QuickSight namespace in an AWS
Region. The 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.
AWS Account
- The AWS account exists at the top of the hierarchy. It has the potential to use all of
the AWS Regions and AWS Services. When you subscribe to QuickSight, you choose one AWS Region to use as your home
region. That's where your free SPICE capacity is located. You can use QuickSight in any supported AWS Region.
AWS Region
- In each AWS Region where you sign in to QuickSight at least once, 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 QuickSight in any AWS Region, unless they are
constrained to a namespace.
To run the command in a different AWS Region, you change your region settings. If you're using the AWS CLI, you can use one of the following options:
Use command line options.
Use named profiles.
Run aws configure
to change your default AWS Region. Use Enter to key the same settings for your
keys. For more information, see Configuring the AWS 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 AWS account and AWS Region.
Applied customizations
- Within an AWS Region, a set of QuickSight customizations can apply to an
AWS account or to a namespace. Settings that you apply to a namespace override settings that you apply to an AWS
Account. All settings are isolated to a single AWS Region. To apply them in other AWS Regions, run the
CreateAccountCustomization
command in each AWS Region where you want to apply the same
customizations.
describeAccountCustomizationAsync
in interface AmazonQuickSightAsync
public Future<DescribeAccountCustomizationResult> describeAccountCustomizationAsync(DescribeAccountCustomizationRequest request, AsyncHandler<DescribeAccountCustomizationRequest,DescribeAccountCustomizationResult> asyncHandler)
AmazonQuickSightAsync
Describes the customizations associated with the provided AWS account and Amazon QuickSight namespace in an AWS
Region. The 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.
AWS Account
- The AWS account exists at the top of the hierarchy. It has the potential to use all of
the AWS Regions and AWS Services. When you subscribe to QuickSight, you choose one AWS Region to use as your home
region. That's where your free SPICE capacity is located. You can use QuickSight in any supported AWS Region.
AWS Region
- In each AWS Region where you sign in to QuickSight at least once, 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 QuickSight in any AWS Region, unless they are
constrained to a namespace.
To run the command in a different AWS Region, you change your region settings. If you're using the AWS CLI, you can use one of the following options:
Use command line options.
Use named profiles.
Run aws configure
to change your default AWS Region. Use Enter to key the same settings for your
keys. For more information, see Configuring the AWS 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 AWS account and AWS Region.
Applied customizations
- Within an AWS Region, a set of QuickSight customizations can apply to an
AWS account or to a namespace. Settings that you apply to a namespace override settings that you apply to an AWS
Account. All settings are isolated to a single AWS Region. To apply them in other AWS Regions, run the
CreateAccountCustomization
command in each AWS Region where you want to apply the same
customizations.
describeAccountCustomizationAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeAccountSettingsResult> describeAccountSettingsAsync(DescribeAccountSettingsRequest request)
AmazonQuickSightAsync
Describes the settings that were used when your QuickSight subscription was first created in this AWS Account.
describeAccountSettingsAsync
in interface AmazonQuickSightAsync
public Future<DescribeAccountSettingsResult> describeAccountSettingsAsync(DescribeAccountSettingsRequest request, AsyncHandler<DescribeAccountSettingsRequest,DescribeAccountSettingsResult> asyncHandler)
AmazonQuickSightAsync
Describes the settings that were used when your QuickSight subscription was first created in this AWS Account.
describeAccountSettingsAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeAnalysisResult> describeAnalysisAsync(DescribeAnalysisRequest request)
AmazonQuickSightAsync
Provides a summary of the metadata for an analysis.
describeAnalysisAsync
in interface AmazonQuickSightAsync
public Future<DescribeAnalysisResult> describeAnalysisAsync(DescribeAnalysisRequest request, AsyncHandler<DescribeAnalysisRequest,DescribeAnalysisResult> asyncHandler)
AmazonQuickSightAsync
Provides a summary of the metadata for an analysis.
describeAnalysisAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeAnalysisPermissionsResult> describeAnalysisPermissionsAsync(DescribeAnalysisPermissionsRequest request)
AmazonQuickSightAsync
Provides the read and write permissions for an analysis.
describeAnalysisPermissionsAsync
in interface AmazonQuickSightAsync
public Future<DescribeAnalysisPermissionsResult> describeAnalysisPermissionsAsync(DescribeAnalysisPermissionsRequest request, AsyncHandler<DescribeAnalysisPermissionsRequest,DescribeAnalysisPermissionsResult> asyncHandler)
AmazonQuickSightAsync
Provides the read and write permissions for an analysis.
describeAnalysisPermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeDashboardResult> describeDashboardAsync(DescribeDashboardRequest request)
AmazonQuickSightAsync
Provides a summary for a dashboard.
describeDashboardAsync
in interface AmazonQuickSightAsync
public Future<DescribeDashboardResult> describeDashboardAsync(DescribeDashboardRequest request, AsyncHandler<DescribeDashboardRequest,DescribeDashboardResult> asyncHandler)
AmazonQuickSightAsync
Provides a summary for a dashboard.
describeDashboardAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeDashboardPermissionsResult> describeDashboardPermissionsAsync(DescribeDashboardPermissionsRequest request)
AmazonQuickSightAsync
Describes read and write permissions for a dashboard.
describeDashboardPermissionsAsync
in interface AmazonQuickSightAsync
public Future<DescribeDashboardPermissionsResult> describeDashboardPermissionsAsync(DescribeDashboardPermissionsRequest request, AsyncHandler<DescribeDashboardPermissionsRequest,DescribeDashboardPermissionsResult> asyncHandler)
AmazonQuickSightAsync
Describes read and write permissions for a dashboard.
describeDashboardPermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeDataSetResult> describeDataSetAsync(DescribeDataSetRequest request)
AmazonQuickSightAsync
Describes a dataset.
describeDataSetAsync
in interface AmazonQuickSightAsync
public Future<DescribeDataSetResult> describeDataSetAsync(DescribeDataSetRequest request, AsyncHandler<DescribeDataSetRequest,DescribeDataSetResult> asyncHandler)
AmazonQuickSightAsync
Describes a dataset.
describeDataSetAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeDataSetPermissionsResult> describeDataSetPermissionsAsync(DescribeDataSetPermissionsRequest request)
AmazonQuickSightAsync
Describes the permissions on a dataset.
The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id
.
describeDataSetPermissionsAsync
in interface AmazonQuickSightAsync
public Future<DescribeDataSetPermissionsResult> describeDataSetPermissionsAsync(DescribeDataSetPermissionsRequest request, AsyncHandler<DescribeDataSetPermissionsRequest,DescribeDataSetPermissionsResult> asyncHandler)
AmazonQuickSightAsync
Describes the permissions on a dataset.
The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id
.
describeDataSetPermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeDataSourceResult> describeDataSourceAsync(DescribeDataSourceRequest request)
AmazonQuickSightAsync
Describes a data source.
describeDataSourceAsync
in interface AmazonQuickSightAsync
public Future<DescribeDataSourceResult> describeDataSourceAsync(DescribeDataSourceRequest request, AsyncHandler<DescribeDataSourceRequest,DescribeDataSourceResult> asyncHandler)
AmazonQuickSightAsync
Describes a data source.
describeDataSourceAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeDataSourcePermissionsResult> describeDataSourcePermissionsAsync(DescribeDataSourcePermissionsRequest request)
AmazonQuickSightAsync
Describes the resource permissions for a data source.
describeDataSourcePermissionsAsync
in interface AmazonQuickSightAsync
public Future<DescribeDataSourcePermissionsResult> describeDataSourcePermissionsAsync(DescribeDataSourcePermissionsRequest request, AsyncHandler<DescribeDataSourcePermissionsRequest,DescribeDataSourcePermissionsResult> asyncHandler)
AmazonQuickSightAsync
Describes the resource permissions for a data source.
describeDataSourcePermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeGroupResult> describeGroupAsync(DescribeGroupRequest request)
AmazonQuickSightAsync
Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN).
describeGroupAsync
in interface AmazonQuickSightAsync
public Future<DescribeGroupResult> describeGroupAsync(DescribeGroupRequest request, AsyncHandler<DescribeGroupRequest,DescribeGroupResult> asyncHandler)
AmazonQuickSightAsync
Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN).
describeGroupAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeIAMPolicyAssignmentResult> describeIAMPolicyAssignmentAsync(DescribeIAMPolicyAssignmentRequest request)
AmazonQuickSightAsync
Describes an existing IAM policy assignment, as specified by the assignment name.
describeIAMPolicyAssignmentAsync
in interface AmazonQuickSightAsync
public Future<DescribeIAMPolicyAssignmentResult> describeIAMPolicyAssignmentAsync(DescribeIAMPolicyAssignmentRequest request, AsyncHandler<DescribeIAMPolicyAssignmentRequest,DescribeIAMPolicyAssignmentResult> asyncHandler)
AmazonQuickSightAsync
Describes an existing IAM policy assignment, as specified by the assignment name.
describeIAMPolicyAssignmentAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeIngestionResult> describeIngestionAsync(DescribeIngestionRequest request)
AmazonQuickSightAsync
Describes a SPICE ingestion.
describeIngestionAsync
in interface AmazonQuickSightAsync
public Future<DescribeIngestionResult> describeIngestionAsync(DescribeIngestionRequest request, AsyncHandler<DescribeIngestionRequest,DescribeIngestionResult> asyncHandler)
AmazonQuickSightAsync
Describes a SPICE ingestion.
describeIngestionAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeNamespaceResult> describeNamespaceAsync(DescribeNamespaceRequest request)
AmazonQuickSightAsync
Describes the current namespace.
describeNamespaceAsync
in interface AmazonQuickSightAsync
public Future<DescribeNamespaceResult> describeNamespaceAsync(DescribeNamespaceRequest request, AsyncHandler<DescribeNamespaceRequest,DescribeNamespaceResult> asyncHandler)
AmazonQuickSightAsync
Describes the current namespace.
describeNamespaceAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeTemplateResult> describeTemplateAsync(DescribeTemplateRequest request)
AmazonQuickSightAsync
Describes a template's metadata.
describeTemplateAsync
in interface AmazonQuickSightAsync
public Future<DescribeTemplateResult> describeTemplateAsync(DescribeTemplateRequest request, AsyncHandler<DescribeTemplateRequest,DescribeTemplateResult> asyncHandler)
AmazonQuickSightAsync
Describes a template's metadata.
describeTemplateAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeTemplateAliasResult> describeTemplateAliasAsync(DescribeTemplateAliasRequest request)
AmazonQuickSightAsync
Describes the template alias for a template.
describeTemplateAliasAsync
in interface AmazonQuickSightAsync
public Future<DescribeTemplateAliasResult> describeTemplateAliasAsync(DescribeTemplateAliasRequest request, AsyncHandler<DescribeTemplateAliasRequest,DescribeTemplateAliasResult> asyncHandler)
AmazonQuickSightAsync
Describes the template alias for a template.
describeTemplateAliasAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeTemplatePermissionsResult> describeTemplatePermissionsAsync(DescribeTemplatePermissionsRequest request)
AmazonQuickSightAsync
Describes read and write permissions on a template.
describeTemplatePermissionsAsync
in interface AmazonQuickSightAsync
public Future<DescribeTemplatePermissionsResult> describeTemplatePermissionsAsync(DescribeTemplatePermissionsRequest request, AsyncHandler<DescribeTemplatePermissionsRequest,DescribeTemplatePermissionsResult> asyncHandler)
AmazonQuickSightAsync
Describes read and write permissions on a template.
describeTemplatePermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeThemeResult> describeThemeAsync(DescribeThemeRequest request)
AmazonQuickSightAsync
Describes a theme.
describeThemeAsync
in interface AmazonQuickSightAsync
public Future<DescribeThemeResult> describeThemeAsync(DescribeThemeRequest request, AsyncHandler<DescribeThemeRequest,DescribeThemeResult> asyncHandler)
AmazonQuickSightAsync
Describes a theme.
describeThemeAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeThemeAliasResult> describeThemeAliasAsync(DescribeThemeAliasRequest request)
AmazonQuickSightAsync
Describes the alias for a theme.
describeThemeAliasAsync
in interface AmazonQuickSightAsync
public Future<DescribeThemeAliasResult> describeThemeAliasAsync(DescribeThemeAliasRequest request, AsyncHandler<DescribeThemeAliasRequest,DescribeThemeAliasResult> asyncHandler)
AmazonQuickSightAsync
Describes the alias for a theme.
describeThemeAliasAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeThemePermissionsResult> describeThemePermissionsAsync(DescribeThemePermissionsRequest request)
AmazonQuickSightAsync
Describes the read and write permissions for a theme.
describeThemePermissionsAsync
in interface AmazonQuickSightAsync
public Future<DescribeThemePermissionsResult> describeThemePermissionsAsync(DescribeThemePermissionsRequest request, AsyncHandler<DescribeThemePermissionsRequest,DescribeThemePermissionsResult> asyncHandler)
AmazonQuickSightAsync
Describes the read and write permissions for a theme.
describeThemePermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<DescribeUserResult> describeUserAsync(DescribeUserRequest request)
AmazonQuickSightAsync
Returns information about a user, given the user name.
describeUserAsync
in interface AmazonQuickSightAsync
public Future<DescribeUserResult> describeUserAsync(DescribeUserRequest request, AsyncHandler<DescribeUserRequest,DescribeUserResult> asyncHandler)
AmazonQuickSightAsync
Returns information about a user, given the user name.
describeUserAsync
in interface AmazonQuickSightAsync
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.public Future<GetDashboardEmbedUrlResult> getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request)
AmazonQuickSightAsync
Generates a session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard in your web server code. Before you use this command, make sure that you have configured the dashboards and permissions.
Currently, you can use GetDashboardEmbedURL
only from the server, not from the user's browser. The
following rules apply to the combination of URL and authorization code:
They must be used together.
They can be used one time only.
They are valid for 5 minutes after you run this command.
The resulting user session is valid for 10 hours.
For more information, see Embedding Amazon QuickSight in the Amazon QuickSight User Guide .
getDashboardEmbedUrlAsync
in interface AmazonQuickSightAsync
public Future<GetDashboardEmbedUrlResult> getDashboardEmbedUrlAsync(GetDashboardEmbedUrlRequest request, AsyncHandler<GetDashboardEmbedUrlRequest,GetDashboardEmbedUrlResult> asyncHandler)
AmazonQuickSightAsync
Generates a session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard in your web server code. Before you use this command, make sure that you have configured the dashboards and permissions.
Currently, you can use GetDashboardEmbedURL
only from the server, not from the user's browser. The
following rules apply to the combination of URL and authorization code:
They must be used together.
They can be used one time only.
They are valid for 5 minutes after you run this command.
The resulting user session is valid for 10 hours.
For more information, see Embedding Amazon QuickSight in the Amazon QuickSight User Guide .
getDashboardEmbedUrlAsync
in interface AmazonQuickSightAsync
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.public Future<GetSessionEmbedUrlResult> getSessionEmbedUrlAsync(GetSessionEmbedUrlRequest request)
AmazonQuickSightAsync
Generates a session URL and authorization code that you can use to embed the Amazon QuickSight console in your
web server code. Use GetSessionEmbedUrl
where you want to provide an authoring portal that allows
users to create data sources, datasets, analyses, and dashboards. The users who access an embedded QuickSight
console need belong to the author or admin security cohort. If you want to restrict permissions to some of these
features, add a custom permissions profile to the user with the UpdateUser
API operation.
Use RegisterUser
API operation to add a new user with a custom permission profile attached.
For more information, see the following sections in the Amazon QuickSight User Guide:
getSessionEmbedUrlAsync
in interface AmazonQuickSightAsync
public Future<GetSessionEmbedUrlResult> getSessionEmbedUrlAsync(GetSessionEmbedUrlRequest request, AsyncHandler<GetSessionEmbedUrlRequest,GetSessionEmbedUrlResult> asyncHandler)
AmazonQuickSightAsync
Generates a session URL and authorization code that you can use to embed the Amazon QuickSight console in your
web server code. Use GetSessionEmbedUrl
where you want to provide an authoring portal that allows
users to create data sources, datasets, analyses, and dashboards. The users who access an embedded QuickSight
console need belong to the author or admin security cohort. If you want to restrict permissions to some of these
features, add a custom permissions profile to the user with the UpdateUser
API operation.
Use RegisterUser
API operation to add a new user with a custom permission profile attached.
For more information, see the following sections in the Amazon QuickSight User Guide:
getSessionEmbedUrlAsync
in interface AmazonQuickSightAsync
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.public Future<ListAnalysesResult> listAnalysesAsync(ListAnalysesRequest request)
AmazonQuickSightAsync
Lists Amazon QuickSight analyses that exist in the specified AWS account.
listAnalysesAsync
in interface AmazonQuickSightAsync
public Future<ListAnalysesResult> listAnalysesAsync(ListAnalysesRequest request, AsyncHandler<ListAnalysesRequest,ListAnalysesResult> asyncHandler)
AmazonQuickSightAsync
Lists Amazon QuickSight analyses that exist in the specified AWS account.
listAnalysesAsync
in interface AmazonQuickSightAsync
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.public Future<ListDashboardVersionsResult> listDashboardVersionsAsync(ListDashboardVersionsRequest request)
AmazonQuickSightAsync
Lists all the versions of the dashboards in the QuickSight subscription.
listDashboardVersionsAsync
in interface AmazonQuickSightAsync
public Future<ListDashboardVersionsResult> listDashboardVersionsAsync(ListDashboardVersionsRequest request, AsyncHandler<ListDashboardVersionsRequest,ListDashboardVersionsResult> asyncHandler)
AmazonQuickSightAsync
Lists all the versions of the dashboards in the QuickSight subscription.
listDashboardVersionsAsync
in interface AmazonQuickSightAsync
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.public Future<ListDashboardsResult> listDashboardsAsync(ListDashboardsRequest request)
AmazonQuickSightAsync
Lists dashboards in an AWS account.
listDashboardsAsync
in interface AmazonQuickSightAsync
public Future<ListDashboardsResult> listDashboardsAsync(ListDashboardsRequest request, AsyncHandler<ListDashboardsRequest,ListDashboardsResult> asyncHandler)
AmazonQuickSightAsync
Lists dashboards in an AWS account.
listDashboardsAsync
in interface AmazonQuickSightAsync
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.public Future<ListDataSetsResult> listDataSetsAsync(ListDataSetsRequest request)
AmazonQuickSightAsync
Lists all of the datasets belonging to the current AWS account in an AWS Region.
The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/*
.
listDataSetsAsync
in interface AmazonQuickSightAsync
public Future<ListDataSetsResult> listDataSetsAsync(ListDataSetsRequest request, AsyncHandler<ListDataSetsRequest,ListDataSetsResult> asyncHandler)
AmazonQuickSightAsync
Lists all of the datasets belonging to the current AWS account in an AWS Region.
The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/*
.
listDataSetsAsync
in interface AmazonQuickSightAsync
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.public Future<ListDataSourcesResult> listDataSourcesAsync(ListDataSourcesRequest request)
AmazonQuickSightAsync
Lists data sources in current AWS Region that belong to this AWS account.
listDataSourcesAsync
in interface AmazonQuickSightAsync
public Future<ListDataSourcesResult> listDataSourcesAsync(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler)
AmazonQuickSightAsync
Lists data sources in current AWS Region that belong to this AWS account.
listDataSourcesAsync
in interface AmazonQuickSightAsync
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.public Future<ListGroupMembershipsResult> listGroupMembershipsAsync(ListGroupMembershipsRequest request)
AmazonQuickSightAsync
Lists member users in a group.
listGroupMembershipsAsync
in interface AmazonQuickSightAsync
public Future<ListGroupMembershipsResult> listGroupMembershipsAsync(ListGroupMembershipsRequest request, AsyncHandler<ListGroupMembershipsRequest,ListGroupMembershipsResult> asyncHandler)
AmazonQuickSightAsync
Lists member users in a group.
listGroupMembershipsAsync
in interface AmazonQuickSightAsync
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.public Future<ListGroupsResult> listGroupsAsync(ListGroupsRequest request)
AmazonQuickSightAsync
Lists all user groups in Amazon QuickSight.
listGroupsAsync
in interface AmazonQuickSightAsync
public Future<ListGroupsResult> listGroupsAsync(ListGroupsRequest request, AsyncHandler<ListGroupsRequest,ListGroupsResult> asyncHandler)
AmazonQuickSightAsync
Lists all user groups in Amazon QuickSight.
listGroupsAsync
in interface AmazonQuickSightAsync
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.public Future<ListIAMPolicyAssignmentsResult> listIAMPolicyAssignmentsAsync(ListIAMPolicyAssignmentsRequest request)
AmazonQuickSightAsync
Lists IAM policy assignments in the current Amazon QuickSight account.
listIAMPolicyAssignmentsAsync
in interface AmazonQuickSightAsync
public Future<ListIAMPolicyAssignmentsResult> listIAMPolicyAssignmentsAsync(ListIAMPolicyAssignmentsRequest request, AsyncHandler<ListIAMPolicyAssignmentsRequest,ListIAMPolicyAssignmentsResult> asyncHandler)
AmazonQuickSightAsync
Lists IAM policy assignments in the current Amazon QuickSight account.
listIAMPolicyAssignmentsAsync
in interface AmazonQuickSightAsync
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.public Future<ListIAMPolicyAssignmentsForUserResult> listIAMPolicyAssignmentsForUserAsync(ListIAMPolicyAssignmentsForUserRequest request)
AmazonQuickSightAsync
Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM policies assigned to the specified user and group or groups that the user belongs to.
listIAMPolicyAssignmentsForUserAsync
in interface AmazonQuickSightAsync
public Future<ListIAMPolicyAssignmentsForUserResult> listIAMPolicyAssignmentsForUserAsync(ListIAMPolicyAssignmentsForUserRequest request, AsyncHandler<ListIAMPolicyAssignmentsForUserRequest,ListIAMPolicyAssignmentsForUserResult> asyncHandler)
AmazonQuickSightAsync
Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM policies assigned to the specified user and group or groups that the user belongs to.
listIAMPolicyAssignmentsForUserAsync
in interface AmazonQuickSightAsync
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.public Future<ListIngestionsResult> listIngestionsAsync(ListIngestionsRequest request)
AmazonQuickSightAsync
Lists the history of SPICE ingestions for a dataset.
listIngestionsAsync
in interface AmazonQuickSightAsync
public Future<ListIngestionsResult> listIngestionsAsync(ListIngestionsRequest request, AsyncHandler<ListIngestionsRequest,ListIngestionsResult> asyncHandler)
AmazonQuickSightAsync
Lists the history of SPICE ingestions for a dataset.
listIngestionsAsync
in interface AmazonQuickSightAsync
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.public Future<ListNamespacesResult> listNamespacesAsync(ListNamespacesRequest request)
AmazonQuickSightAsync
Lists the namespaces for the specified AWS account.
listNamespacesAsync
in interface AmazonQuickSightAsync
public Future<ListNamespacesResult> listNamespacesAsync(ListNamespacesRequest request, AsyncHandler<ListNamespacesRequest,ListNamespacesResult> asyncHandler)
AmazonQuickSightAsync
Lists the namespaces for the specified AWS account.
listNamespacesAsync
in interface AmazonQuickSightAsync
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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonQuickSightAsync
Lists the tags assigned to a resource.
listTagsForResourceAsync
in interface AmazonQuickSightAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonQuickSightAsync
Lists the tags assigned to a resource.
listTagsForResourceAsync
in interface AmazonQuickSightAsync
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.public Future<ListTemplateAliasesResult> listTemplateAliasesAsync(ListTemplateAliasesRequest request)
AmazonQuickSightAsync
Lists all the aliases of a template.
listTemplateAliasesAsync
in interface AmazonQuickSightAsync
public Future<ListTemplateAliasesResult> listTemplateAliasesAsync(ListTemplateAliasesRequest request, AsyncHandler<ListTemplateAliasesRequest,ListTemplateAliasesResult> asyncHandler)
AmazonQuickSightAsync
Lists all the aliases of a template.
listTemplateAliasesAsync
in interface AmazonQuickSightAsync
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.public Future<ListTemplateVersionsResult> listTemplateVersionsAsync(ListTemplateVersionsRequest request)
AmazonQuickSightAsync
Lists all the versions of the templates in the current Amazon QuickSight account.
listTemplateVersionsAsync
in interface AmazonQuickSightAsync
public Future<ListTemplateVersionsResult> listTemplateVersionsAsync(ListTemplateVersionsRequest request, AsyncHandler<ListTemplateVersionsRequest,ListTemplateVersionsResult> asyncHandler)
AmazonQuickSightAsync
Lists all the versions of the templates in the current Amazon QuickSight account.
listTemplateVersionsAsync
in interface AmazonQuickSightAsync
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.public Future<ListTemplatesResult> listTemplatesAsync(ListTemplatesRequest request)
AmazonQuickSightAsync
Lists all the templates in the current Amazon QuickSight account.
listTemplatesAsync
in interface AmazonQuickSightAsync
public Future<ListTemplatesResult> listTemplatesAsync(ListTemplatesRequest request, AsyncHandler<ListTemplatesRequest,ListTemplatesResult> asyncHandler)
AmazonQuickSightAsync
Lists all the templates in the current Amazon QuickSight account.
listTemplatesAsync
in interface AmazonQuickSightAsync
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.public Future<ListThemeAliasesResult> listThemeAliasesAsync(ListThemeAliasesRequest request)
AmazonQuickSightAsync
Lists all the aliases of a theme.
listThemeAliasesAsync
in interface AmazonQuickSightAsync
public Future<ListThemeAliasesResult> listThemeAliasesAsync(ListThemeAliasesRequest request, AsyncHandler<ListThemeAliasesRequest,ListThemeAliasesResult> asyncHandler)
AmazonQuickSightAsync
Lists all the aliases of a theme.
listThemeAliasesAsync
in interface AmazonQuickSightAsync
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.public Future<ListThemeVersionsResult> listThemeVersionsAsync(ListThemeVersionsRequest request)
AmazonQuickSightAsync
Lists all the versions of the themes in the current AWS account.
listThemeVersionsAsync
in interface AmazonQuickSightAsync
public Future<ListThemeVersionsResult> listThemeVersionsAsync(ListThemeVersionsRequest request, AsyncHandler<ListThemeVersionsRequest,ListThemeVersionsResult> asyncHandler)
AmazonQuickSightAsync
Lists all the versions of the themes in the current AWS account.
listThemeVersionsAsync
in interface AmazonQuickSightAsync
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.public Future<ListThemesResult> listThemesAsync(ListThemesRequest request)
AmazonQuickSightAsync
Lists all the themes in the current AWS account.
listThemesAsync
in interface AmazonQuickSightAsync
public Future<ListThemesResult> listThemesAsync(ListThemesRequest request, AsyncHandler<ListThemesRequest,ListThemesResult> asyncHandler)
AmazonQuickSightAsync
Lists all the themes in the current AWS account.
listThemesAsync
in interface AmazonQuickSightAsync
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.public Future<ListUserGroupsResult> listUserGroupsAsync(ListUserGroupsRequest request)
AmazonQuickSightAsync
Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.
listUserGroupsAsync
in interface AmazonQuickSightAsync
public Future<ListUserGroupsResult> listUserGroupsAsync(ListUserGroupsRequest request, AsyncHandler<ListUserGroupsRequest,ListUserGroupsResult> asyncHandler)
AmazonQuickSightAsync
Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.
listUserGroupsAsync
in interface AmazonQuickSightAsync
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.public Future<ListUsersResult> listUsersAsync(ListUsersRequest request)
AmazonQuickSightAsync
Returns a list of all of the Amazon QuickSight users belonging to this account.
listUsersAsync
in interface AmazonQuickSightAsync
public Future<ListUsersResult> listUsersAsync(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
AmazonQuickSightAsync
Returns a list of all of the Amazon QuickSight users belonging to this account.
listUsersAsync
in interface AmazonQuickSightAsync
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.public Future<RegisterUserResult> registerUserAsync(RegisterUserRequest request)
AmazonQuickSightAsync
Creates an Amazon QuickSight user, whose identity is associated with the AWS Identity and Access Management (IAM) identity or role specified in the request.
registerUserAsync
in interface AmazonQuickSightAsync
public Future<RegisterUserResult> registerUserAsync(RegisterUserRequest request, AsyncHandler<RegisterUserRequest,RegisterUserResult> asyncHandler)
AmazonQuickSightAsync
Creates an Amazon QuickSight user, whose identity is associated with the AWS Identity and Access Management (IAM) identity or role specified in the request.
registerUserAsync
in interface AmazonQuickSightAsync
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.public Future<RestoreAnalysisResult> restoreAnalysisAsync(RestoreAnalysisRequest request)
AmazonQuickSightAsync
Restores an analysis.
restoreAnalysisAsync
in interface AmazonQuickSightAsync
public Future<RestoreAnalysisResult> restoreAnalysisAsync(RestoreAnalysisRequest request, AsyncHandler<RestoreAnalysisRequest,RestoreAnalysisResult> asyncHandler)
AmazonQuickSightAsync
Restores an analysis.
restoreAnalysisAsync
in interface AmazonQuickSightAsync
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.public Future<SearchAnalysesResult> searchAnalysesAsync(SearchAnalysesRequest request)
AmazonQuickSightAsync
Searches for analyses that belong to the user specified in the filter.
searchAnalysesAsync
in interface AmazonQuickSightAsync
public Future<SearchAnalysesResult> searchAnalysesAsync(SearchAnalysesRequest request, AsyncHandler<SearchAnalysesRequest,SearchAnalysesResult> asyncHandler)
AmazonQuickSightAsync
Searches for analyses that belong to the user specified in the filter.
searchAnalysesAsync
in interface AmazonQuickSightAsync
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.public Future<SearchDashboardsResult> searchDashboardsAsync(SearchDashboardsRequest request)
AmazonQuickSightAsync
Searches for dashboards that belong to a user.
searchDashboardsAsync
in interface AmazonQuickSightAsync
public Future<SearchDashboardsResult> searchDashboardsAsync(SearchDashboardsRequest request, AsyncHandler<SearchDashboardsRequest,SearchDashboardsResult> asyncHandler)
AmazonQuickSightAsync
Searches for dashboards that belong to a user.
searchDashboardsAsync
in interface AmazonQuickSightAsync
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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonQuickSightAsync
Assigns one or more tags (key-value pairs) to the specified QuickSight resource.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by
granting a user permission to access or change only resources with certain tag values. You can use the
TagResource
operation with a resource that already has tags. If you specify a new tag key for the
resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is
already associated with the resource, the new tag value that you specify replaces the previous value for that
tag.
You can associate as many as 50 tags with a resource. QuickSight supports tagging on data set, data source, dashboard, and template.
Tagging for QuickSight works in a similar way to tagging for other AWS services, except for the following:
You can't use tags to track AWS costs for QuickSight. This restriction is because QuickSight costs are based on users and SPICE capacity, which aren't taggable resources.
QuickSight doesn't currently support the Tag Editor for AWS Resource Groups.
tagResourceAsync
in interface AmazonQuickSightAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonQuickSightAsync
Assigns one or more tags (key-value pairs) to the specified QuickSight resource.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by
granting a user permission to access or change only resources with certain tag values. You can use the
TagResource
operation with a resource that already has tags. If you specify a new tag key for the
resource, this tag is appended to the list of tags associated with the resource. If you specify a tag key that is
already associated with the resource, the new tag value that you specify replaces the previous value for that
tag.
You can associate as many as 50 tags with a resource. QuickSight supports tagging on data set, data source, dashboard, and template.
Tagging for QuickSight works in a similar way to tagging for other AWS services, except for the following:
You can't use tags to track AWS costs for QuickSight. This restriction is because QuickSight costs are based on users and SPICE capacity, which aren't taggable resources.
QuickSight doesn't currently support the Tag Editor for AWS Resource Groups.
tagResourceAsync
in interface AmazonQuickSightAsync
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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonQuickSightAsync
Removes a tag or tags from a resource.
untagResourceAsync
in interface AmazonQuickSightAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonQuickSightAsync
Removes a tag or tags from a resource.
untagResourceAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateAccountCustomizationResult> updateAccountCustomizationAsync(UpdateAccountCustomizationRequest request)
AmazonQuickSightAsync
Updates Amazon QuickSight customizations the current AWS Region. Currently, the only customization you can use is a theme.
You can use customizations for your AWS account or, if you specify a namespace, for a QuickSight namespace
instead. Customizations that apply to a namespace override customizations that apply to an AWS account. To find
out which customizations apply, use the DescribeAccountCustomization
API operation.
updateAccountCustomizationAsync
in interface AmazonQuickSightAsync
public Future<UpdateAccountCustomizationResult> updateAccountCustomizationAsync(UpdateAccountCustomizationRequest request, AsyncHandler<UpdateAccountCustomizationRequest,UpdateAccountCustomizationResult> asyncHandler)
AmazonQuickSightAsync
Updates Amazon QuickSight customizations the current AWS Region. Currently, the only customization you can use is a theme.
You can use customizations for your AWS account or, if you specify a namespace, for a QuickSight namespace
instead. Customizations that apply to a namespace override customizations that apply to an AWS account. To find
out which customizations apply, use the DescribeAccountCustomization
API operation.
updateAccountCustomizationAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateAccountSettingsResult> updateAccountSettingsAsync(UpdateAccountSettingsRequest request)
AmazonQuickSightAsync
Updates the Amazon QuickSight settings in your AWS Account.
updateAccountSettingsAsync
in interface AmazonQuickSightAsync
public Future<UpdateAccountSettingsResult> updateAccountSettingsAsync(UpdateAccountSettingsRequest request, AsyncHandler<UpdateAccountSettingsRequest,UpdateAccountSettingsResult> asyncHandler)
AmazonQuickSightAsync
Updates the Amazon QuickSight settings in your AWS Account.
updateAccountSettingsAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateAnalysisResult> updateAnalysisAsync(UpdateAnalysisRequest request)
AmazonQuickSightAsync
Updates an analysis in Amazon QuickSight
updateAnalysisAsync
in interface AmazonQuickSightAsync
public Future<UpdateAnalysisResult> updateAnalysisAsync(UpdateAnalysisRequest request, AsyncHandler<UpdateAnalysisRequest,UpdateAnalysisResult> asyncHandler)
AmazonQuickSightAsync
Updates an analysis in Amazon QuickSight
updateAnalysisAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateAnalysisPermissionsResult> updateAnalysisPermissionsAsync(UpdateAnalysisPermissionsRequest request)
AmazonQuickSightAsync
Updates the read and write permissions for an analysis.
updateAnalysisPermissionsAsync
in interface AmazonQuickSightAsync
public Future<UpdateAnalysisPermissionsResult> updateAnalysisPermissionsAsync(UpdateAnalysisPermissionsRequest request, AsyncHandler<UpdateAnalysisPermissionsRequest,UpdateAnalysisPermissionsResult> asyncHandler)
AmazonQuickSightAsync
Updates the read and write permissions for an analysis.
updateAnalysisPermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateDashboardResult> updateDashboardAsync(UpdateDashboardRequest request)
AmazonQuickSightAsync
Updates a dashboard in an AWS account.
updateDashboardAsync
in interface AmazonQuickSightAsync
public Future<UpdateDashboardResult> updateDashboardAsync(UpdateDashboardRequest request, AsyncHandler<UpdateDashboardRequest,UpdateDashboardResult> asyncHandler)
AmazonQuickSightAsync
Updates a dashboard in an AWS account.
updateDashboardAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateDashboardPermissionsResult> updateDashboardPermissionsAsync(UpdateDashboardPermissionsRequest request)
AmazonQuickSightAsync
Updates read and write permissions on a dashboard.
updateDashboardPermissionsAsync
in interface AmazonQuickSightAsync
public Future<UpdateDashboardPermissionsResult> updateDashboardPermissionsAsync(UpdateDashboardPermissionsRequest request, AsyncHandler<UpdateDashboardPermissionsRequest,UpdateDashboardPermissionsResult> asyncHandler)
AmazonQuickSightAsync
Updates read and write permissions on a dashboard.
updateDashboardPermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateDashboardPublishedVersionResult> updateDashboardPublishedVersionAsync(UpdateDashboardPublishedVersionRequest request)
AmazonQuickSightAsync
Updates the published version of a dashboard.
updateDashboardPublishedVersionAsync
in interface AmazonQuickSightAsync
public Future<UpdateDashboardPublishedVersionResult> updateDashboardPublishedVersionAsync(UpdateDashboardPublishedVersionRequest request, AsyncHandler<UpdateDashboardPublishedVersionRequest,UpdateDashboardPublishedVersionResult> asyncHandler)
AmazonQuickSightAsync
Updates the published version of a dashboard.
updateDashboardPublishedVersionAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateDataSetResult> updateDataSetAsync(UpdateDataSetRequest request)
AmazonQuickSightAsync
Updates a dataset.
updateDataSetAsync
in interface AmazonQuickSightAsync
public Future<UpdateDataSetResult> updateDataSetAsync(UpdateDataSetRequest request, AsyncHandler<UpdateDataSetRequest,UpdateDataSetResult> asyncHandler)
AmazonQuickSightAsync
Updates a dataset.
updateDataSetAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateDataSetPermissionsResult> updateDataSetPermissionsAsync(UpdateDataSetPermissionsRequest request)
AmazonQuickSightAsync
Updates the permissions on a dataset.
The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id
.
updateDataSetPermissionsAsync
in interface AmazonQuickSightAsync
public Future<UpdateDataSetPermissionsResult> updateDataSetPermissionsAsync(UpdateDataSetPermissionsRequest request, AsyncHandler<UpdateDataSetPermissionsRequest,UpdateDataSetPermissionsResult> asyncHandler)
AmazonQuickSightAsync
Updates the permissions on a dataset.
The permissions resource is arn:aws:quicksight:region:aws-account-id:dataset/data-set-id
.
updateDataSetPermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateDataSourceResult> updateDataSourceAsync(UpdateDataSourceRequest request)
AmazonQuickSightAsync
Updates a data source.
updateDataSourceAsync
in interface AmazonQuickSightAsync
public Future<UpdateDataSourceResult> updateDataSourceAsync(UpdateDataSourceRequest request, AsyncHandler<UpdateDataSourceRequest,UpdateDataSourceResult> asyncHandler)
AmazonQuickSightAsync
Updates a data source.
updateDataSourceAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateDataSourcePermissionsResult> updateDataSourcePermissionsAsync(UpdateDataSourcePermissionsRequest request)
AmazonQuickSightAsync
Updates the permissions to a data source.
updateDataSourcePermissionsAsync
in interface AmazonQuickSightAsync
public Future<UpdateDataSourcePermissionsResult> updateDataSourcePermissionsAsync(UpdateDataSourcePermissionsRequest request, AsyncHandler<UpdateDataSourcePermissionsRequest,UpdateDataSourcePermissionsResult> asyncHandler)
AmazonQuickSightAsync
Updates the permissions to a data source.
updateDataSourcePermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateGroupResult> updateGroupAsync(UpdateGroupRequest request)
AmazonQuickSightAsync
Changes a group description.
updateGroupAsync
in interface AmazonQuickSightAsync
public Future<UpdateGroupResult> updateGroupAsync(UpdateGroupRequest request, AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler)
AmazonQuickSightAsync
Changes a group description.
updateGroupAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateIAMPolicyAssignmentResult> updateIAMPolicyAssignmentAsync(UpdateIAMPolicyAssignmentRequest request)
AmazonQuickSightAsync
Updates an existing IAM policy assignment. This operation updates only the optional parameter or parameters that are specified in the request.
updateIAMPolicyAssignmentAsync
in interface AmazonQuickSightAsync
public Future<UpdateIAMPolicyAssignmentResult> updateIAMPolicyAssignmentAsync(UpdateIAMPolicyAssignmentRequest request, AsyncHandler<UpdateIAMPolicyAssignmentRequest,UpdateIAMPolicyAssignmentResult> asyncHandler)
AmazonQuickSightAsync
Updates an existing IAM policy assignment. This operation updates only the optional parameter or parameters that are specified in the request.
updateIAMPolicyAssignmentAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateTemplateResult> updateTemplateAsync(UpdateTemplateRequest request)
AmazonQuickSightAsync
Updates a template from an existing Amazon QuickSight analysis or another template.
updateTemplateAsync
in interface AmazonQuickSightAsync
public Future<UpdateTemplateResult> updateTemplateAsync(UpdateTemplateRequest request, AsyncHandler<UpdateTemplateRequest,UpdateTemplateResult> asyncHandler)
AmazonQuickSightAsync
Updates a template from an existing Amazon QuickSight analysis or another template.
updateTemplateAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateTemplateAliasResult> updateTemplateAliasAsync(UpdateTemplateAliasRequest request)
AmazonQuickSightAsync
Updates the template alias of a template.
updateTemplateAliasAsync
in interface AmazonQuickSightAsync
public Future<UpdateTemplateAliasResult> updateTemplateAliasAsync(UpdateTemplateAliasRequest request, AsyncHandler<UpdateTemplateAliasRequest,UpdateTemplateAliasResult> asyncHandler)
AmazonQuickSightAsync
Updates the template alias of a template.
updateTemplateAliasAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateTemplatePermissionsResult> updateTemplatePermissionsAsync(UpdateTemplatePermissionsRequest request)
AmazonQuickSightAsync
Updates the resource permissions for a template.
updateTemplatePermissionsAsync
in interface AmazonQuickSightAsync
public Future<UpdateTemplatePermissionsResult> updateTemplatePermissionsAsync(UpdateTemplatePermissionsRequest request, AsyncHandler<UpdateTemplatePermissionsRequest,UpdateTemplatePermissionsResult> asyncHandler)
AmazonQuickSightAsync
Updates the resource permissions for a template.
updateTemplatePermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateThemeResult> updateThemeAsync(UpdateThemeRequest request)
AmazonQuickSightAsync
Updates a theme.
updateThemeAsync
in interface AmazonQuickSightAsync
public Future<UpdateThemeResult> updateThemeAsync(UpdateThemeRequest request, AsyncHandler<UpdateThemeRequest,UpdateThemeResult> asyncHandler)
AmazonQuickSightAsync
Updates a theme.
updateThemeAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateThemeAliasResult> updateThemeAliasAsync(UpdateThemeAliasRequest request)
AmazonQuickSightAsync
Updates an alias of a theme.
updateThemeAliasAsync
in interface AmazonQuickSightAsync
public Future<UpdateThemeAliasResult> updateThemeAliasAsync(UpdateThemeAliasRequest request, AsyncHandler<UpdateThemeAliasRequest,UpdateThemeAliasResult> asyncHandler)
AmazonQuickSightAsync
Updates an alias of a theme.
updateThemeAliasAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateThemePermissionsResult> updateThemePermissionsAsync(UpdateThemePermissionsRequest request)
AmazonQuickSightAsync
Updates the resource permissions for a theme. Permissions apply to the action to grant or revoke permissions on,
for example "quicksight:DescribeTheme"
.
Theme permissions apply in groupings. Valid groupings include the following for the three levels of permissions, which are user, owner, or no permissions:
User
"quicksight:DescribeTheme"
"quicksight:DescribeThemeAlias"
"quicksight:ListThemeAliases"
"quicksight:ListThemeVersions"
Owner
"quicksight:DescribeTheme"
"quicksight:DescribeThemeAlias"
"quicksight:ListThemeAliases"
"quicksight:ListThemeVersions"
"quicksight:DeleteTheme"
"quicksight:UpdateTheme"
"quicksight:CreateThemeAlias"
"quicksight:DeleteThemeAlias"
"quicksight:UpdateThemeAlias"
"quicksight:UpdateThemePermissions"
"quicksight:DescribeThemePermissions"
To specify no permissions, omit the permissions list.
updateThemePermissionsAsync
in interface AmazonQuickSightAsync
public Future<UpdateThemePermissionsResult> updateThemePermissionsAsync(UpdateThemePermissionsRequest request, AsyncHandler<UpdateThemePermissionsRequest,UpdateThemePermissionsResult> asyncHandler)
AmazonQuickSightAsync
Updates the resource permissions for a theme. Permissions apply to the action to grant or revoke permissions on,
for example "quicksight:DescribeTheme"
.
Theme permissions apply in groupings. Valid groupings include the following for the three levels of permissions, which are user, owner, or no permissions:
User
"quicksight:DescribeTheme"
"quicksight:DescribeThemeAlias"
"quicksight:ListThemeAliases"
"quicksight:ListThemeVersions"
Owner
"quicksight:DescribeTheme"
"quicksight:DescribeThemeAlias"
"quicksight:ListThemeAliases"
"quicksight:ListThemeVersions"
"quicksight:DeleteTheme"
"quicksight:UpdateTheme"
"quicksight:CreateThemeAlias"
"quicksight:DeleteThemeAlias"
"quicksight:UpdateThemeAlias"
"quicksight:UpdateThemePermissions"
"quicksight:DescribeThemePermissions"
To specify no permissions, omit the permissions list.
updateThemePermissionsAsync
in interface AmazonQuickSightAsync
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.public Future<UpdateUserResult> updateUserAsync(UpdateUserRequest request)
AmazonQuickSightAsync
Updates an Amazon QuickSight user.
updateUserAsync
in interface AmazonQuickSightAsync
public Future<UpdateUserResult> updateUserAsync(UpdateUserRequest request, AsyncHandler<UpdateUserRequest,UpdateUserResult> asyncHandler)
AmazonQuickSightAsync
Updates an Amazon QuickSight user.
updateUserAsync
in interface AmazonQuickSightAsync
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.