Uses of Class
software.amazon.awssdk.services.workmail.model.CreateOrganizationResponse
-
Packages that use CreateOrganizationResponse 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 CreateOrganizationResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return CreateOrganizationResponse Modifier and Type Method Description default CreateOrganizationResponseWorkMailClient. createOrganization(Consumer<CreateOrganizationRequest.Builder> createOrganizationRequest)Creates a new WorkMail organization.default CreateOrganizationResponseWorkMailClient. createOrganization(CreateOrganizationRequest createOrganizationRequest)Creates a new WorkMail organization.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type CreateOrganizationResponse Modifier and Type Method Description default CompletableFuture<CreateOrganizationResponse>WorkMailAsyncClient. createOrganization(Consumer<CreateOrganizationRequest.Builder> createOrganizationRequest)Creates a new WorkMail organization.default CompletableFuture<CreateOrganizationResponse>WorkMailAsyncClient. createOrganization(CreateOrganizationRequest createOrganizationRequest)Creates a new WorkMail organization.
-