Uses of Interface
software.amazon.awssdk.services.repostspace.model.BatchAddRoleRequest.Builder
-
Packages that use BatchAddRoleRequest.Builder 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.model -
-
Uses of BatchAddRoleRequest.Builder in software.amazon.awssdk.services.repostspace
Method parameters in software.amazon.awssdk.services.repostspace with type arguments of type BatchAddRoleRequest.Builder 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 BatchAddRoleResponseRepostspaceClient. batchAddRole(Consumer<BatchAddRoleRequest.Builder> batchAddRoleRequest)Add role to multiple users or groups in a private re:Post. -
Uses of BatchAddRoleRequest.Builder in software.amazon.awssdk.services.repostspace.model
Methods in software.amazon.awssdk.services.repostspace.model that return BatchAddRoleRequest.Builder Modifier and Type Method Description BatchAddRoleRequest.BuilderBatchAddRoleRequest.Builder. accessorIds(String... accessorIds)The user or group accessor identifiers to add the role to.BatchAddRoleRequest.BuilderBatchAddRoleRequest.Builder. accessorIds(Collection<String> accessorIds)The user or group accessor identifiers to add the role to.static BatchAddRoleRequest.BuilderBatchAddRoleRequest. builder()BatchAddRoleRequest.BuilderBatchAddRoleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchAddRoleRequest.BuilderBatchAddRoleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchAddRoleRequest.BuilderBatchAddRoleRequest.Builder. role(String role)The role to add to the users or groups.BatchAddRoleRequest.BuilderBatchAddRoleRequest.Builder. role(Role role)The role to add to the users or groups.BatchAddRoleRequest.BuilderBatchAddRoleRequest.Builder. spaceId(String spaceId)The unique ID of the private re:Post.BatchAddRoleRequest.BuilderBatchAddRoleRequest. toBuilder()Methods in software.amazon.awssdk.services.repostspace.model that return types with arguments of type BatchAddRoleRequest.Builder Modifier and Type Method Description static Class<? extends BatchAddRoleRequest.Builder>BatchAddRoleRequest. serializableBuilderClass()
-