Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateIamPolicyAssignmentResponse
-
Packages that use UpdateIamPolicyAssignmentResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateIamPolicyAssignmentResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateIamPolicyAssignmentResponse Modifier and Type Method Description default UpdateIamPolicyAssignmentResponseQuickSightClient. updateIAMPolicyAssignment(Consumer<UpdateIamPolicyAssignmentRequest.Builder> updateIamPolicyAssignmentRequest)Updates an existing IAM policy assignment.default UpdateIamPolicyAssignmentResponseQuickSightClient. updateIAMPolicyAssignment(UpdateIamPolicyAssignmentRequest updateIamPolicyAssignmentRequest)Updates an existing IAM policy assignment.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateIamPolicyAssignmentResponse Modifier and Type Method Description default CompletableFuture<UpdateIamPolicyAssignmentResponse>QuickSightAsyncClient. updateIAMPolicyAssignment(Consumer<UpdateIamPolicyAssignmentRequest.Builder> updateIamPolicyAssignmentRequest)Updates an existing IAM policy assignment.default CompletableFuture<UpdateIamPolicyAssignmentResponse>QuickSightAsyncClient. updateIAMPolicyAssignment(UpdateIamPolicyAssignmentRequest updateIamPolicyAssignmentRequest)Updates an existing IAM policy assignment.
-