Uses of Class
software.amazon.awssdk.services.sesv2.model.ListDedicatedIpPoolsRequest
-
Packages that use ListDedicatedIpPoolsRequest 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 ListDedicatedIpPoolsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type ListDedicatedIpPoolsRequest Modifier and Type Method Description default CompletableFuture<ListDedicatedIpPoolsResponse>SesV2AsyncClient. listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.default ListDedicatedIpPoolsResponseSesV2Client. listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.default ListDedicatedIpPoolsPublisherSesV2AsyncClient. listDedicatedIpPoolsPaginator(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.default ListDedicatedIpPoolsIterableSesV2Client. listDedicatedIpPoolsPaginator(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region. -
Uses of ListDedicatedIpPoolsRequest in software.amazon.awssdk.services.sesv2.paginators
Constructors in software.amazon.awssdk.services.sesv2.paginators with parameters of type ListDedicatedIpPoolsRequest Constructor Description ListDedicatedIpPoolsIterable(SesV2Client client, ListDedicatedIpPoolsRequest firstRequest)ListDedicatedIpPoolsPublisher(SesV2AsyncClient client, ListDedicatedIpPoolsRequest firstRequest) -
Uses of ListDedicatedIpPoolsRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type ListDedicatedIpPoolsRequest Modifier and Type Method Description SdkHttpFullRequestListDedicatedIpPoolsRequestMarshaller. marshall(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)
-