Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateGroupRequest.Builder
-
Packages that use UpdateGroupRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateGroupRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>QuickSightAsyncClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Changes a group description.default UpdateGroupResponseQuickSightClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Changes a group description. -
Uses of UpdateGroupRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateGroupRequest.Builder Modifier and Type Method Description UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. awsAccountId(String awsAccountId)The ID for the Amazon Web Services account that the group is in.static UpdateGroupRequest.BuilderUpdateGroupRequest. builder()UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. description(String description)The description for the group that you want to update.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. groupName(String groupName)The name of the group that you want to update.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. namespace(String namespace)The namespace of the group that you want to update.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGroupRequest.BuilderUpdateGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateGroupRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGroupRequest.Builder>UpdateGroupRequest. serializableBuilderClass()
-