Uses of Class
software.amazon.awssdk.services.qbusiness.model.PutGroupResponse
-
Packages that use PutGroupResponse Package Description software.amazon.awssdk.services.qbusiness This is the Amazon Q Business API Reference. -
-
Uses of PutGroupResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return PutGroupResponse Modifier and Type Method Description default PutGroupResponseQBusinessClient. putGroup(Consumer<PutGroupRequest.Builder> putGroupRequest)Create, or updates, a mapping of users—who have access to a document—to groups.default PutGroupResponseQBusinessClient. putGroup(PutGroupRequest putGroupRequest)Create, or updates, a mapping of users—who have access to a document—to groups.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type PutGroupResponse 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 CompletableFuture<PutGroupResponse>QBusinessAsyncClient. putGroup(PutGroupRequest putGroupRequest)Create, or updates, a mapping of users—who have access to a document—to groups.
-