| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateGroupResponse |
QuickSightClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)
Creates an Amazon QuickSight group.
|
default CreateGroupResponse |
QuickSightClient.createGroup(CreateGroupRequest createGroupRequest)
Creates an Amazon QuickSight group.
|
default CreateGroupMembershipResponse |
QuickSightClient.createGroupMembership(Consumer<CreateGroupMembershipRequest.Builder> createGroupMembershipRequest)
Adds an Amazon QuickSight user to an Amazon QuickSight group.
|
default CreateGroupMembershipResponse |
QuickSightClient.createGroupMembership(CreateGroupMembershipRequest createGroupMembershipRequest)
Adds an Amazon QuickSight user to an Amazon QuickSight group.
|
default DeleteGroupResponse |
QuickSightClient.deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest)
Removes a user group from Amazon QuickSight.
|
default DeleteGroupResponse |
QuickSightClient.deleteGroup(DeleteGroupRequest deleteGroupRequest)
Removes a user group from Amazon QuickSight.
|
default DeleteGroupMembershipResponse |
QuickSightClient.deleteGroupMembership(Consumer<DeleteGroupMembershipRequest.Builder> deleteGroupMembershipRequest)
Removes a user from a group so that the user is no longer a member of the group.
|
default DeleteGroupMembershipResponse |
QuickSightClient.deleteGroupMembership(DeleteGroupMembershipRequest deleteGroupMembershipRequest)
Removes a user from a group so that the user is no longer a member of the group.
|
default DeleteUserResponse |
QuickSightClient.deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest)
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.
|
default DeleteUserResponse |
QuickSightClient.deleteUser(DeleteUserRequest deleteUserRequest)
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.
|
default DescribeGroupResponse |
QuickSightClient.describeGroup(Consumer<DescribeGroupRequest.Builder> describeGroupRequest)
Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN).
|
default DescribeGroupResponse |
QuickSightClient.describeGroup(DescribeGroupRequest describeGroupRequest)
Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN).
|
default DescribeUserResponse |
QuickSightClient.describeUser(Consumer<DescribeUserRequest.Builder> describeUserRequest)
Returns information about a user, given the user name.
|
default DescribeUserResponse |
QuickSightClient.describeUser(DescribeUserRequest describeUserRequest)
Returns information about a user, given the user name.
|
default GetDashboardEmbedUrlResponse |
QuickSightClient.getDashboardEmbedUrl(Consumer<GetDashboardEmbedUrlRequest.Builder> getDashboardEmbedUrlRequest)
Generates a server-side embeddable URL and authorization code.
|
default GetDashboardEmbedUrlResponse |
QuickSightClient.getDashboardEmbedUrl(GetDashboardEmbedUrlRequest getDashboardEmbedUrlRequest)
Generates a server-side embeddable URL and authorization code.
|
default ListGroupMembershipsResponse |
QuickSightClient.listGroupMemberships(Consumer<ListGroupMembershipsRequest.Builder> listGroupMembershipsRequest)
Lists member users in a group.
|
default ListGroupMembershipsResponse |
QuickSightClient.listGroupMemberships(ListGroupMembershipsRequest listGroupMembershipsRequest)
Lists member users in a group.
|
default ListGroupsResponse |
QuickSightClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)
Lists all user groups in Amazon QuickSight.
|
default ListGroupsResponse |
QuickSightClient.listGroups(ListGroupsRequest listGroupsRequest)
Lists all user groups in Amazon QuickSight.
|
default ListUserGroupsResponse |
QuickSightClient.listUserGroups(Consumer<ListUserGroupsRequest.Builder> listUserGroupsRequest)
Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.
|
default ListUserGroupsResponse |
QuickSightClient.listUserGroups(ListUserGroupsRequest listUserGroupsRequest)
Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.
|
default ListUsersResponse |
QuickSightClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Returns a list of all of the Amazon QuickSight users belonging to this account.
|
default ListUsersResponse |
QuickSightClient.listUsers(ListUsersRequest listUsersRequest)
Returns a list of all of the Amazon QuickSight users belonging to this account.
|
default RegisterUserResponse |
QuickSightClient.registerUser(Consumer<RegisterUserRequest.Builder> registerUserRequest)
Creates an Amazon QuickSight user, whose identity is associated with the AWS Identity and Access Management (IAM)
identity or role specified in the request.
|
default RegisterUserResponse |
QuickSightClient.registerUser(RegisterUserRequest registerUserRequest)
Creates an Amazon QuickSight user, whose identity is associated with the AWS Identity and Access Management (IAM)
identity or role specified in the request.
|
default UpdateGroupResponse |
QuickSightClient.updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)
Changes a group description.
|
default UpdateGroupResponse |
QuickSightClient.updateGroup(UpdateGroupRequest updateGroupRequest)
Changes a group description.
|
default UpdateUserResponse |
QuickSightClient.updateUser(Consumer<UpdateUserRequest.Builder> updateUserRequest)
Updates an Amazon QuickSight user.
|
default UpdateUserResponse |
QuickSightClient.updateUser(UpdateUserRequest updateUserRequest)
Updates an Amazon QuickSight user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You don't have access to this.
|
class |
DomainNotWhitelistedException
The domain specified is not on the allowlist.
|
class |
IdentityTypeNotSupportedException
The identity type specified is not supported.
|
class |
InternalFailureException
An internal failure occurred.
|
class |
InvalidNextTokenException
The
NextToken value isn't valid. |
class |
InvalidParameterValueException
One or more parameters don't have a valid value.
|
class |
LimitExceededException
A limit is exceeded.
|
class |
PreconditionNotMetException
One or more preconditions aren't met.
|
class |
QuickSightUserNotFoundException
The user is not found.
|
class |
ResourceExistsException
The resource specified doesn't exist.
|
class |
ResourceNotFoundException
One or more resources can't be found.
|
class |
ResourceUnavailableException
This resource is currently unavailable.
|
class |
SessionLifetimeInMinutesInvalidException
The number of minutes specified for the lifetime of a session is not valid.
|
class |
ThrottlingException
Access is throttled.
|
class |
UnsupportedUserEditionException
This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't
include support for that operation.
|
| Modifier and Type | Method and Description |
|---|---|
QuickSightException |
QuickSightException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(QuickSightException ex) |
Copyright © 2019. All rights reserved.