Uses of Class
software.amazon.awssdk.services.sesv2.model.ListDedicatedIpPoolsResponse
-
Packages that use ListDedicatedIpPoolsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ListDedicatedIpPoolsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListDedicatedIpPoolsResponse Modifier and Type Method Description default ListDedicatedIpPoolsResponseSesV2Client. listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListDedicatedIpPoolsResponse Modifier and Type Method Description default CompletableFuture<ListDedicatedIpPoolsResponse>SesV2AsyncClient. listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.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. -
Uses of ListDedicatedIpPoolsResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ListDedicatedIpPoolsResponse Modifier and Type Method Description Iterator<ListDedicatedIpPoolsResponse>ListDedicatedIpPoolsIterable. iterator()Method parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListDedicatedIpPoolsResponse Modifier and Type Method Description voidListDedicatedIpPoolsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDedicatedIpPoolsResponse> subscriber)
-