Uses of Class
software.amazon.awssdk.services.repostspace.model.BatchAddRoleResponse
-
Packages that use BatchAddRoleResponse 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. -
-
Uses of BatchAddRoleResponse in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace that return BatchAddRoleResponse Modifier and Type Method Description default BatchAddRoleResponseRepostspaceClient. batchAddRole(Consumer<BatchAddRoleRequest.Builder> 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.Methods in software.amazon.awssdk.services.repostspace that return types with arguments of type BatchAddRoleResponse Modifier and Type Method Description default CompletableFuture<BatchAddRoleResponse>RepostspaceAsyncClient. batchAddRole(Consumer<BatchAddRoleRequest.Builder> batchAddRoleRequest)Add role to multiple users or groups in a private re:Post.default CompletableFuture<BatchAddRoleResponse>RepostspaceAsyncClient. batchAddRole(BatchAddRoleRequest batchAddRoleRequest)Add role to multiple users or groups in a private re:Post.
-