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