Uses of Class
software.amazon.awssdk.services.sesv2.model.ListTenantsRequest
-
Packages that use ListTenantsRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators software.amazon.awssdk.services.sesv2.transform -
-
Uses of ListTenantsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type ListTenantsRequest Modifier and Type Method Description default 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 ListTenantsRequest Constructor Description ListTenantsIterable(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 ListTenantsRequest Modifier and Type Method Description SdkHttpFullRequestListTenantsRequestMarshaller. marshall(ListTenantsRequest listTenantsRequest)
-