Uses of Class
software.amazon.awssdk.services.sesv2.model.ResourceTenantMetadata
Packages that use ResourceTenantMetadata
Package
Description
-
Uses of ResourceTenantMetadata in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ResourceTenantMetadataModifier and TypeMethodDescriptionfinal List<ResourceTenantMetadata>ListResourceTenantsResponse.resourceTenants()An array that contains information about each tenant associated with the resource.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ResourceTenantMetadataModifier and TypeMethodDescriptionListResourceTenantsResponse.Builder.resourceTenants(ResourceTenantMetadata... resourceTenants) An array that contains information about each tenant associated with the resource.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type ResourceTenantMetadataModifier and TypeMethodDescriptionListResourceTenantsResponse.Builder.resourceTenants(Collection<ResourceTenantMetadata> resourceTenants) An array that contains information about each tenant associated with the resource. -
Uses of ResourceTenantMetadata in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ResourceTenantMetadataModifier and TypeMethodDescriptionListResourceTenantsIterable.resourceTenants()Returns an iterable to iterate through the paginatedListResourceTenantsResponse.resourceTenants()member.ListResourceTenantsPublisher.resourceTenants()Returns a publisher that can be used to get a stream of data.