Uses of Class
software.amazon.awssdk.services.workmail.model.DescribeOrganizationResponse
-
Packages that use DescribeOrganizationResponse 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 DescribeOrganizationResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return DescribeOrganizationResponse Modifier and Type Method Description default DescribeOrganizationResponseWorkMailClient. describeOrganization(Consumer<DescribeOrganizationRequest.Builder> describeOrganizationRequest)Provides more information regarding a given organization based on its identifier.default DescribeOrganizationResponseWorkMailClient. describeOrganization(DescribeOrganizationRequest describeOrganizationRequest)Provides more information regarding a given organization based on its identifier.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type DescribeOrganizationResponse Modifier and Type Method Description default CompletableFuture<DescribeOrganizationResponse>WorkMailAsyncClient. describeOrganization(Consumer<DescribeOrganizationRequest.Builder> describeOrganizationRequest)Provides more information regarding a given organization based on its identifier.default CompletableFuture<DescribeOrganizationResponse>WorkMailAsyncClient. describeOrganization(DescribeOrganizationRequest describeOrganizationRequest)Provides more information regarding a given organization based on its identifier.
-