Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetDedicatedIpsResponse
-
Packages that use GetDedicatedIpsResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.paginators -
-
Uses of GetDedicatedIpsResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return GetDedicatedIpsResponse Modifier and Type Method Description default GetDedicatedIpsResponsePinpointEmailClient. getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> 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.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type GetDedicatedIpsResponse Modifier and Type Method Description default CompletableFuture<GetDedicatedIpsResponse>PinpointEmailAsyncClient. getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Pinpoint account.default CompletableFuture<GetDedicatedIpsResponse>PinpointEmailAsyncClient. getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Pinpoint account. -
Uses of GetDedicatedIpsResponse in software.amazon.awssdk.services.pinpointemail.paginators
Methods in software.amazon.awssdk.services.pinpointemail.paginators that return types with arguments of type GetDedicatedIpsResponse Modifier and Type Method Description Iterator<GetDedicatedIpsResponse>GetDedicatedIpsIterable. iterator()Method parameters in software.amazon.awssdk.services.pinpointemail.paginators with type arguments of type GetDedicatedIpsResponse Modifier and Type Method Description voidGetDedicatedIpsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetDedicatedIpsResponse> subscriber)
-