Uses of Class
software.amazon.awssdk.services.workmail.model.DeleteOrganizationRequest
-
Packages that use DeleteOrganizationRequest 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.transform -
-
Uses of DeleteOrganizationRequest in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail with parameters of type DeleteOrganizationRequest Modifier and Type Method Description default CompletableFuture<DeleteOrganizationResponse>WorkMailAsyncClient. deleteOrganization(DeleteOrganizationRequest deleteOrganizationRequest)Deletes an WorkMail organization and all underlying AWS resources managed by WorkMail as part of the organization.default DeleteOrganizationResponseWorkMailClient. deleteOrganization(DeleteOrganizationRequest deleteOrganizationRequest)Deletes an WorkMail organization and all underlying AWS resources managed by WorkMail as part of the organization. -
Uses of DeleteOrganizationRequest in software.amazon.awssdk.services.workmail.transform
Methods in software.amazon.awssdk.services.workmail.transform with parameters of type DeleteOrganizationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteOrganizationRequestMarshaller. marshall(DeleteOrganizationRequest deleteOrganizationRequest)
-