Uses of Class
software.amazon.awssdk.services.pinpointemail.model.ListDedicatedIpPoolsRequest
-
Packages that use ListDedicatedIpPoolsRequest Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.paginators software.amazon.awssdk.services.pinpointemail.transform -
-
Uses of ListDedicatedIpPoolsRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type ListDedicatedIpPoolsRequest Modifier and Type Method Description 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.default ListDedicatedIpPoolsResponsePinpointEmailClient. listDedicatedIpPools(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.default ListDedicatedIpPoolsPublisherPinpointEmailAsyncClient. listDedicatedIpPoolsPaginator(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region.default ListDedicatedIpPoolsIterablePinpointEmailClient. listDedicatedIpPoolsPaginator(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Pinpoint account in the current AWS Region. -
Uses of ListDedicatedIpPoolsRequest in software.amazon.awssdk.services.pinpointemail.paginators
Constructors in software.amazon.awssdk.services.pinpointemail.paginators with parameters of type ListDedicatedIpPoolsRequest Constructor Description ListDedicatedIpPoolsIterable(PinpointEmailClient client, ListDedicatedIpPoolsRequest firstRequest)ListDedicatedIpPoolsPublisher(PinpointEmailAsyncClient client, ListDedicatedIpPoolsRequest firstRequest) -
Uses of ListDedicatedIpPoolsRequest in software.amazon.awssdk.services.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type ListDedicatedIpPoolsRequest Modifier and Type Method Description SdkHttpFullRequestListDedicatedIpPoolsRequestMarshaller. marshall(ListDedicatedIpPoolsRequest listDedicatedIpPoolsRequest)
-