Uses of Class
software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsResponse
-
Packages that use GetDedicatedIpsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of GetDedicatedIpsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetDedicatedIpsResponse Modifier and Type Method Description default GetDedicatedIpsResponseSesV2Client. getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Web Services account.default GetDedicatedIpsResponseSesV2Client. getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Web Services account.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetDedicatedIpsResponse Modifier and Type Method Description default CompletableFuture<GetDedicatedIpsResponse>SesV2AsyncClient. getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Web Services account.default CompletableFuture<GetDedicatedIpsResponse>SesV2AsyncClient. getDedicatedIps(GetDedicatedIpsRequest getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Web Services account. -
Uses of GetDedicatedIpsResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.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.sesv2.paginators with type arguments of type GetDedicatedIpsResponse Modifier and Type Method Description voidGetDedicatedIpsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetDedicatedIpsResponse> subscriber)
-