| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default ListIamPolicyAssignmentsForUserResponse |
QuickSightClient.listIAMPolicyAssignmentsForUser(Consumer<ListIamPolicyAssignmentsForUserRequest.Builder> listIamPolicyAssignmentsForUserRequest)
Lists all of 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.
|
default CompletableFuture<ListIamPolicyAssignmentsForUserResponse> |
QuickSightAsyncClient.listIAMPolicyAssignmentsForUser(Consumer<ListIamPolicyAssignmentsForUserRequest.Builder> listIamPolicyAssignmentsForUserRequest)
Lists all of 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.
|
default ListIAMPolicyAssignmentsForUserIterable |
QuickSightClient.listIAMPolicyAssignmentsForUserPaginator(Consumer<ListIamPolicyAssignmentsForUserRequest.Builder> listIamPolicyAssignmentsForUserRequest)
Lists all of 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.
|
default ListIAMPolicyAssignmentsForUserPublisher |
QuickSightAsyncClient.listIAMPolicyAssignmentsForUserPaginator(Consumer<ListIamPolicyAssignmentsForUserRequest.Builder> listIamPolicyAssignmentsForUserRequest)
Lists all of 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.
|
| Modifier and Type | Method and Description |
|---|---|
ListIamPolicyAssignmentsForUserRequest.Builder |
ListIamPolicyAssignmentsForUserRequest.Builder.awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the assignments.
|
static ListIamPolicyAssignmentsForUserRequest.Builder |
ListIamPolicyAssignmentsForUserRequest.builder() |
ListIamPolicyAssignmentsForUserRequest.Builder |
ListIamPolicyAssignmentsForUserRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListIamPolicyAssignmentsForUserRequest.Builder |
ListIamPolicyAssignmentsForUserRequest.Builder.namespace(String namespace)
The namespace of the assignment.
|
ListIamPolicyAssignmentsForUserRequest.Builder |
ListIamPolicyAssignmentsForUserRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListIamPolicyAssignmentsForUserRequest.Builder |
ListIamPolicyAssignmentsForUserRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIamPolicyAssignmentsForUserRequest.Builder |
ListIamPolicyAssignmentsForUserRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListIamPolicyAssignmentsForUserRequest.Builder |
ListIamPolicyAssignmentsForUserRequest.toBuilder() |
ListIamPolicyAssignmentsForUserRequest.Builder |
ListIamPolicyAssignmentsForUserRequest.Builder.userName(String userName)
The name of the user.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIamPolicyAssignmentsForUserRequest.Builder> |
ListIamPolicyAssignmentsForUserRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.