Uses of Class
software.amazon.awssdk.services.workmail.model.CreateGroupResponse
-
Packages that use CreateGroupResponse 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. -
-
Uses of CreateGroupResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return CreateGroupResponse Modifier and Type Method Description default CreateGroupResponseWorkMailClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a group that can be used in WorkMail by calling the RegisterToWorkMail operation.default CreateGroupResponseWorkMailClient. createGroup(CreateGroupRequest createGroupRequest)Creates a group that can be used in WorkMail by calling the RegisterToWorkMail operation.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type CreateGroupResponse Modifier and Type Method Description default CompletableFuture<CreateGroupResponse>WorkMailAsyncClient. createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest)Creates a group that can be used in WorkMail by calling the RegisterToWorkMail operation.default CompletableFuture<CreateGroupResponse>WorkMailAsyncClient. createGroup(CreateGroupRequest createGroupRequest)Creates a group that can be used in WorkMail by calling the RegisterToWorkMail operation.
-