Uses of Class
software.amazon.awssdk.services.pinpointemail.model.ListDedicatedIpPoolsResponse
-
Packages that use ListDedicatedIpPoolsResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.paginators -
-
Uses of ListDedicatedIpPoolsResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return ListDedicatedIpPoolsResponse Modifier and Type Method Description default ListDedicatedIpPoolsResponsePinpointEmailClient. listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.default ListDedicatedIpPoolsResponsePinpointEmailClient. listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type ListDedicatedIpPoolsResponse Modifier and Type Method Description default CompletableFuture<ListDedicatedIpPoolsResponse>PinpointEmailAsyncClient. listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.default CompletableFuture<ListDedicatedIpPoolsResponse>PinpointEmailAsyncClient. listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region. -
Uses of ListDedicatedIpPoolsResponse in software.amazon.awssdk.services.pinpointemail.paginators
Methods in software.amazon.awssdk.services.pinpointemail.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.pinpointemail.paginators with type arguments of type ListDedicatedIpPoolsResponse Modifier and Type Method Description voidListDedicatedIpPoolsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDedicatedIpPoolsResponse> subscriber)
-