Uses of Class
software.amazon.awssdk.services.sesv2.model.TenantResource
-
Packages that use TenantResource Package Description software.amazon.awssdk.services.sesv2.model software.amazon.awssdk.services.sesv2.paginators -
-
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 TenantResource Modifier and Type Method Description 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 TenantResource Modifier and Type Method Description ListTenantResourcesResponse.BuilderListTenantResourcesResponse.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 TenantResource Modifier and Type Method Description ListTenantResourcesResponse.BuilderListTenantResourcesResponse.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 TenantResource Modifier and Type Method Description SdkIterable<TenantResource>ListTenantResourcesIterable. tenantResources()Returns an iterable to iterate through the paginatedListTenantResourcesResponse.tenantResources()member.SdkPublisher<TenantResource>ListTenantResourcesPublisher. tenantResources()Returns a publisher that can be used to get a stream of data.
-