Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateIAMPolicyAssignmentResult> |
AmazonQuickSightAsyncClient.createIAMPolicyAssignmentAsync(CreateIAMPolicyAssignmentRequest request,
AsyncHandler<CreateIAMPolicyAssignmentRequest,CreateIAMPolicyAssignmentResult> asyncHandler) |
Future<CreateIAMPolicyAssignmentResult> |
AmazonQuickSightAsync.createIAMPolicyAssignmentAsync(CreateIAMPolicyAssignmentRequest createIAMPolicyAssignmentRequest,
AsyncHandler<CreateIAMPolicyAssignmentRequest,CreateIAMPolicyAssignmentResult> asyncHandler)
Creates an assignment with one specified IAMpolicy, identified by its Amazon Resource Name (ARN).
|
Future<CreateIAMPolicyAssignmentResult> |
AbstractAmazonQuickSightAsync.createIAMPolicyAssignmentAsync(CreateIAMPolicyAssignmentRequest request,
AsyncHandler<CreateIAMPolicyAssignmentRequest,CreateIAMPolicyAssignmentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateIAMPolicyAssignmentRequest |
CreateIAMPolicyAssignmentRequest.addIdentitiesEntry(String key,
List<String> value)
Add a single Identities entry
|
CreateIAMPolicyAssignmentRequest |
CreateIAMPolicyAssignmentRequest.clearIdentitiesEntries()
Removes all the entries added into Identities.
|
CreateIAMPolicyAssignmentRequest |
CreateIAMPolicyAssignmentRequest.clone() |
CreateIAMPolicyAssignmentRequest |
CreateIAMPolicyAssignmentRequest.withAssignmentName(String assignmentName)
The name of the assignment, also called a rule.
|
CreateIAMPolicyAssignmentRequest |
CreateIAMPolicyAssignmentRequest.withAssignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
CreateIAMPolicyAssignmentRequest |
CreateIAMPolicyAssignmentRequest.withAssignmentStatus(String assignmentStatus)
The status of the assignment.
|
CreateIAMPolicyAssignmentRequest |
CreateIAMPolicyAssignmentRequest.withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where you want to assign an IAMpolicy to Amazon QuickSight users or
groups.
|
CreateIAMPolicyAssignmentRequest |
CreateIAMPolicyAssignmentRequest.withIdentities(Map<String,List<String>> identities)
The Amazon QuickSight users, groups, or both that you want to assign the policy to.
|
CreateIAMPolicyAssignmentRequest |
CreateIAMPolicyAssignmentRequest.withNamespace(String namespace)
The namespace that contains the assignment.
|
CreateIAMPolicyAssignmentRequest |
CreateIAMPolicyAssignmentRequest.withPolicyArn(String policyArn)
The ARN for the IAMpolicy to apply to the Amazon QuickSight users and groups specified in this assignment.
|
Copyright © 2021. All rights reserved.