Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
CreateIAMPolicyAssignmentResult |
AbstractAmazonQuickSight.createIAMPolicyAssignment(CreateIAMPolicyAssignmentRequest request) |
CreateIAMPolicyAssignmentResult |
AmazonQuickSightClient.createIAMPolicyAssignment(CreateIAMPolicyAssignmentRequest request)
Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name (ARN).
|
CreateIAMPolicyAssignmentResult |
AmazonQuickSight.createIAMPolicyAssignment(CreateIAMPolicyAssignmentRequest createIAMPolicyAssignmentRequest)
Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name (ARN).
|
Modifier and Type | Method and Description |
---|---|
Future<CreateIAMPolicyAssignmentResult> |
AbstractAmazonQuickSightAsync.createIAMPolicyAssignmentAsync(CreateIAMPolicyAssignmentRequest request,
AsyncHandler<CreateIAMPolicyAssignmentRequest,CreateIAMPolicyAssignmentResult> asyncHandler) |
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 IAM policy, identified by its Amazon Resource Name (ARN).
|
Modifier and Type | Method and Description |
---|---|
CreateIAMPolicyAssignmentResult |
CreateIAMPolicyAssignmentResult.addIdentitiesEntry(String key,
List<String> value)
Add a single Identities entry
|
CreateIAMPolicyAssignmentResult |
CreateIAMPolicyAssignmentResult.clearIdentitiesEntries()
Removes all the entries added into Identities.
|
CreateIAMPolicyAssignmentResult |
CreateIAMPolicyAssignmentResult.clone() |
CreateIAMPolicyAssignmentResult |
CreateIAMPolicyAssignmentResult.withAssignmentId(String assignmentId)
The ID for the assignment.
|
CreateIAMPolicyAssignmentResult |
CreateIAMPolicyAssignmentResult.withAssignmentName(String assignmentName)
The name of the assignment.
|
CreateIAMPolicyAssignmentResult |
CreateIAMPolicyAssignmentResult.withAssignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
CreateIAMPolicyAssignmentResult |
CreateIAMPolicyAssignmentResult.withAssignmentStatus(String assignmentStatus)
The status of the assignment.
|
CreateIAMPolicyAssignmentResult |
CreateIAMPolicyAssignmentResult.withIdentities(Map<String,List<String>> identities)
The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.
|
CreateIAMPolicyAssignmentResult |
CreateIAMPolicyAssignmentResult.withPolicyArn(String policyArn)
The ARN for the IAM policy that is applied to the Amazon QuickSight users and groups specified in this
assignment.
|
CreateIAMPolicyAssignmentResult |
CreateIAMPolicyAssignmentResult.withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateIAMPolicyAssignmentResult |
CreateIAMPolicyAssignmentResult.withStatus(Integer status)
The HTTP status of the request.
|
Copyright © 2023. All rights reserved.