Uses of Class
software.amazon.awssdk.services.sesv2.model.TenantResource
Packages that use TenantResource
Package
Description
-
Uses of TenantResource in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type TenantResourceModifier and TypeMethodDescriptionfinal List<TenantResource>ListTenantResourcesResponse.tenantResources()An array that contains information about each resource associated with the tenant.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type TenantResourceModifier and TypeMethodDescriptionListTenantResourcesResponse.Builder.tenantResources(TenantResource... tenantResources) An array that contains information about each resource associated with the tenant.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type TenantResourceModifier and TypeMethodDescriptionListTenantResourcesResponse.Builder.tenantResources(Collection<TenantResource> tenantResources) An array that contains information about each resource associated with the tenant. -
Uses of TenantResource in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type TenantResourceModifier and TypeMethodDescriptionfinal SdkIterable<TenantResource>ListTenantResourcesIterable.tenantResources()Returns an iterable to iterate through the paginatedListTenantResourcesResponse.tenantResources()member.final SdkPublisher<TenantResource>ListTenantResourcesPublisher.tenantResources()Returns a publisher that can be used to get a stream of data.