Uses of Class
software.amazon.awssdk.services.sesv2.model.TenantInfo
Packages that use TenantInfo
Package
Description
-
Uses of TenantInfo in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type TenantInfoModifier and TypeMethodDescriptionfinal List<TenantInfo>ListTenantsResponse.tenants()An array that contains basic information about each tenant.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type TenantInfoModifier and TypeMethodDescriptionListTenantsResponse.Builder.tenants(TenantInfo... tenants) An array that contains basic information about each tenant.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type TenantInfoModifier and TypeMethodDescriptionListTenantsResponse.Builder.tenants(Collection<TenantInfo> tenants) An array that contains basic information about each tenant. -
Uses of TenantInfo in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type TenantInfoModifier and TypeMethodDescriptionfinal SdkIterable<TenantInfo>ListTenantsIterable.tenants()Returns an iterable to iterate through the paginatedListTenantsResponse.tenants()member.final SdkPublisher<TenantInfo>ListTenantsPublisher.tenants()Returns a publisher that can be used to get a stream of data.