Uses of Class
software.amazon.awssdk.services.sesv2.model.ListTenantsRequest
Packages that use ListTenantsRequest
Package
Description
-
Uses of ListTenantsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type ListTenantsRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListTenantsResponse>SesV2AsyncClient.listTenants(ListTenantsRequest listTenantsRequest) List all tenants associated with your account in the current Amazon Web Services Region.default ListTenantsResponseSesV2Client.listTenants(ListTenantsRequest listTenantsRequest) List all tenants associated with your account in the current Amazon Web Services Region.default ListTenantsPublisherSesV2AsyncClient.listTenantsPaginator(ListTenantsRequest listTenantsRequest) This is a variant ofSesV2AsyncClient.listTenants(software.amazon.awssdk.services.sesv2.model.ListTenantsRequest)operation.default ListTenantsIterableSesV2Client.listTenantsPaginator(ListTenantsRequest listTenantsRequest) This is a variant ofSesV2Client.listTenants(software.amazon.awssdk.services.sesv2.model.ListTenantsRequest)operation. -
Uses of ListTenantsRequest in software.amazon.awssdk.services.sesv2.paginators
Constructors in software.amazon.awssdk.services.sesv2.paginators with parameters of type ListTenantsRequestModifierConstructorDescriptionListTenantsIterable(SesV2Client client, ListTenantsRequest firstRequest) ListTenantsPublisher(SesV2AsyncClient client, ListTenantsRequest firstRequest) -
Uses of ListTenantsRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type ListTenantsRequestModifier and TypeMethodDescriptionListTenantsRequestMarshaller.marshall(ListTenantsRequest listTenantsRequest)