Uses of Interface
software.amazon.awssdk.services.quicksight.model.CreateGroupRequest.Builder
-
Packages that use CreateGroupRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of CreateGroupRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type CreateGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateGroupResponse>QuickSightAsyncClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Use theCreateGroupoperation to create a group in QuickSight.default CreateGroupResponseQuickSightClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Use theCreateGroupoperation to create a group in QuickSight. -
Uses of CreateGroupRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CreateGroupRequest.Builder Modifier and Type Method Description CreateGroupRequest.BuilderCreateGroupRequest.Builder. awsAccountId(String awsAccountId)The ID for the Amazon Web Services account that the group is in.static CreateGroupRequest.BuilderCreateGroupRequest. builder()CreateGroupRequest.BuilderCreateGroupRequest.Builder. description(String description)A description for the group that you want to create.CreateGroupRequest.BuilderCreateGroupRequest.Builder. groupName(String groupName)A name for the group that you want to create.CreateGroupRequest.BuilderCreateGroupRequest.Builder. namespace(String namespace)The namespace that you want the group to be a part of.CreateGroupRequest.BuilderCreateGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGroupRequest.BuilderCreateGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGroupRequest.BuilderCreateGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CreateGroupRequest.Builder Modifier and Type Method Description static Class<? extends CreateGroupRequest.Builder>CreateGroupRequest. serializableBuilderClass()
-