Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetDedicatedIpsRequest
-
Packages that use GetDedicatedIpsRequest 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 GetDedicatedIpsRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type GetDedicatedIpsRequest Modifier and Type Method Description default CompletableFuture<GetDedicatedIpsResponse>PinpointEmailAsyncClient. getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Pinpoint account.default GetDedicatedIpsResponsePinpointEmailClient. getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Pinpoint account.default GetDedicatedIpsPublisherPinpointEmailAsyncClient. getDedicatedIpsPaginator(GetDedicatedIpsRequest getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Pinpoint account.default GetDedicatedIpsIterablePinpointEmailClient. getDedicatedIpsPaginator(GetDedicatedIpsRequest getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Pinpoint account. -
Uses of GetDedicatedIpsRequest in software.amazon.awssdk.services.pinpointemail.paginators
Constructors in software.amazon.awssdk.services.pinpointemail.paginators with parameters of type GetDedicatedIpsRequest Constructor Description GetDedicatedIpsIterable(PinpointEmailClient client, GetDedicatedIpsRequest firstRequest)GetDedicatedIpsPublisher(PinpointEmailAsyncClient client, GetDedicatedIpsRequest firstRequest) -
Uses of GetDedicatedIpsRequest in software.amazon.awssdk.services.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type GetDedicatedIpsRequest Modifier and Type Method Description SdkHttpFullRequestGetDedicatedIpsRequestMarshaller. marshall(GetDedicatedIpsRequest getDedicatedIpsRequest)
-