Uses of Class
software.amazon.awssdk.services.qbusiness.model.PutGroupRequest
-
Packages that use PutGroupRequest Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.transform -
-
Uses of PutGroupRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type PutGroupRequest Modifier and Type Method Description default CompletableFuture<PutGroupResponse>QBusinessAsyncClient. putGroup(PutGroupRequest 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. -
Uses of PutGroupRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type PutGroupRequest Modifier and Type Method Description SdkHttpFullRequestPutGroupRequestMarshaller. marshall(PutGroupRequest putGroupRequest)
-