Uses of Interface
software.amazon.awssdk.services.workmail.model.UpdateGroupRequest.Builder
-
Packages that use UpdateGroupRequest.Builder Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients.software.amazon.awssdk.services.workmail.model -
-
Uses of UpdateGroupRequest.Builder in software.amazon.awssdk.services.workmail
Method parameters in software.amazon.awssdk.services.workmail with type arguments of type UpdateGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>WorkMailAsyncClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates attibutes in a group.default UpdateGroupResponseWorkMailClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates attibutes in a group. -
Uses of UpdateGroupRequest.Builder in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return UpdateGroupRequest.Builder Modifier and Type Method Description static UpdateGroupRequest.BuilderUpdateGroupRequest. builder()UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. groupId(String groupId)The identifier for the group to be updated.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. hiddenFromGlobalAddressList(Boolean hiddenFromGlobalAddressList)If enabled, the group is hidden from the global address list.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. organizationId(String organizationId)The identifier for the organization under which the group exists.UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGroupRequest.BuilderUpdateGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGroupRequest.BuilderUpdateGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type UpdateGroupRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGroupRequest.Builder>UpdateGroupRequest. serializableBuilderClass()
-