| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRoleCustomPermissionResult> |
AbstractAmazonQuickSightAsync.updateRoleCustomPermissionAsync(UpdateRoleCustomPermissionRequest request,
AsyncHandler<UpdateRoleCustomPermissionRequest,UpdateRoleCustomPermissionResult> asyncHandler) |
Future<UpdateRoleCustomPermissionResult> |
AmazonQuickSightAsync.updateRoleCustomPermissionAsync(UpdateRoleCustomPermissionRequest updateRoleCustomPermissionRequest,
AsyncHandler<UpdateRoleCustomPermissionRequest,UpdateRoleCustomPermissionResult> asyncHandler)
Updates the custom permissions that are associated with a role.
|
Future<UpdateRoleCustomPermissionResult> |
AmazonQuickSightAsyncClient.updateRoleCustomPermissionAsync(UpdateRoleCustomPermissionRequest request,
AsyncHandler<UpdateRoleCustomPermissionRequest,UpdateRoleCustomPermissionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRoleCustomPermissionRequest |
UpdateRoleCustomPermissionRequest.clone() |
UpdateRoleCustomPermissionRequest |
UpdateRoleCustomPermissionRequest.withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to create a group in.
|
UpdateRoleCustomPermissionRequest |
UpdateRoleCustomPermissionRequest.withCustomPermissionsName(String customPermissionsName)
The name of the custom permission that you want to update the role with.
|
UpdateRoleCustomPermissionRequest |
UpdateRoleCustomPermissionRequest.withNamespace(String namespace)
The namespace that contains the role that you want to update.
|
UpdateRoleCustomPermissionRequest |
UpdateRoleCustomPermissionRequest.withRole(Role role)
The name of role tht you want to update.
|
UpdateRoleCustomPermissionRequest |
UpdateRoleCustomPermissionRequest.withRole(String role)
The name of role tht you want to update.
|
Copyright © 2023. All rights reserved.