Uses of Interface
software.amazon.awssdk.services.qbusiness.model.PutGroupRequest.Builder
-
Packages that use PutGroupRequest.Builder Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.model -
-
Uses of PutGroupRequest.Builder in software.amazon.awssdk.services.qbusiness
Method parameters in software.amazon.awssdk.services.qbusiness with type arguments of type PutGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<PutGroupResponse>QBusinessAsyncClient. putGroup(Consumer<PutGroupRequest.Builder> putGroupRequest)Create, or updates, a mapping of users—who have access to a document—to groups.default PutGroupResponseQBusinessClient. putGroup(Consumer<PutGroupRequest.Builder> putGroupRequest)Create, or updates, a mapping of users—who have access to a document—to groups. -
Uses of PutGroupRequest.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return PutGroupRequest.Builder Modifier and Type Method Description PutGroupRequest.BuilderPutGroupRequest.Builder. applicationId(String applicationId)The identifier of the application in which the user and group mapping belongs.static PutGroupRequest.BuilderPutGroupRequest. builder()PutGroupRequest.BuilderPutGroupRequest.Builder. dataSourceId(String dataSourceId)The identifier of the data source for which you want to map users to their groups.default PutGroupRequest.BuilderPutGroupRequest.Builder. groupMembers(Consumer<GroupMembers.Builder> groupMembers)Sets the value of the GroupMembers property for this object.PutGroupRequest.BuilderPutGroupRequest.Builder. groupMembers(GroupMembers groupMembers)Sets the value of the GroupMembers property for this object.PutGroupRequest.BuilderPutGroupRequest.Builder. groupName(String groupName)The list that contains your users or sub groups that belong the same group.PutGroupRequest.BuilderPutGroupRequest.Builder. indexId(String indexId)The identifier of the index in which you want to map users to their groups.PutGroupRequest.BuilderPutGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutGroupRequest.BuilderPutGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutGroupRequest.BuilderPutGroupRequest. toBuilder()PutGroupRequest.BuilderPutGroupRequest.Builder. type(String type)The type of the group.PutGroupRequest.BuilderPutGroupRequest.Builder. type(MembershipType type)The type of the group.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type PutGroupRequest.Builder Modifier and Type Method Description static Class<? extends PutGroupRequest.Builder>PutGroupRequest. serializableBuilderClass()
-