Package | Description |
---|---|
com.amazonaws.services.quicksight |
|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateGroupResult> |
AmazonQuickSightAsyncClient.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Future<UpdateGroupResult> |
AmazonQuickSightAsync.updateGroupAsync(UpdateGroupRequest updateGroupRequest,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler)
Changes a group description.
|
Future<UpdateGroupResult> |
AbstractAmazonQuickSightAsync.updateGroupAsync(UpdateGroupRequest request,
AsyncHandler<UpdateGroupRequest,UpdateGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateGroupRequest |
UpdateGroupRequest.clone() |
UpdateGroupRequest |
UpdateGroupRequest.withAwsAccountId(String awsAccountId)
The ID for the AWS account that the group is in.
|
UpdateGroupRequest |
UpdateGroupRequest.withDescription(String description)
The description for the group that you want to update.
|
UpdateGroupRequest |
UpdateGroupRequest.withGroupName(String groupName)
The name of the group that you want to update.
|
UpdateGroupRequest |
UpdateGroupRequest.withNamespace(String namespace)
The namespace.
|
Copyright © 2019. All rights reserved.