Uses of Class
software.amazon.awssdk.services.sesv2.model.GetTenantResponse
-
Packages that use GetTenantResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of GetTenantResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetTenantResponse Modifier and Type Method Description default GetTenantResponseSesV2Client. getTenant(Consumer<GetTenantRequest.Builder> getTenantRequest)Get information about a specific tenant, including the tenant's name, ID, ARN, creation timestamp, tags, and sending status.default GetTenantResponseSesV2Client. getTenant(GetTenantRequest getTenantRequest)Get information about a specific tenant, including the tenant's name, ID, ARN, creation timestamp, tags, and sending status.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetTenantResponse Modifier and Type Method Description default CompletableFuture<GetTenantResponse>SesV2AsyncClient. getTenant(Consumer<GetTenantRequest.Builder> getTenantRequest)Get information about a specific tenant, including the tenant's name, ID, ARN, creation timestamp, tags, and sending status.default CompletableFuture<GetTenantResponse>SesV2AsyncClient. getTenant(GetTenantRequest getTenantRequest)Get information about a specific tenant, including the tenant's name, ID, ARN, creation timestamp, tags, and sending status.
-