Uses of Class
software.amazon.awssdk.services.repostspace.model.BatchAddRoleRequest
-
Packages that use BatchAddRoleRequest Package Description software.amazon.awssdk.services.repostspace AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans.software.amazon.awssdk.services.repostspace.transform -
-
Uses of BatchAddRoleRequest in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace with parameters of type BatchAddRoleRequest Modifier and Type Method Description default CompletableFuture<BatchAddRoleResponse>RepostspaceAsyncClient. batchAddRole(BatchAddRoleRequest batchAddRoleRequest)Add role to multiple users or groups in a private re:Post.default BatchAddRoleResponseRepostspaceClient. batchAddRole(BatchAddRoleRequest batchAddRoleRequest)Add role to multiple users or groups in a private re:Post. -
Uses of BatchAddRoleRequest in software.amazon.awssdk.services.repostspace.transform
Methods in software.amazon.awssdk.services.repostspace.transform with parameters of type BatchAddRoleRequest Modifier and Type Method Description SdkHttpFullRequestBatchAddRoleRequestMarshaller. marshall(BatchAddRoleRequest batchAddRoleRequest)
-