Uses of Class
software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsResponse
Packages that use GetDedicatedIpsResponse
Package
Description
-
Uses of GetDedicatedIpsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetDedicatedIpsResponseModifier and TypeMethodDescriptiondefault 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 GetDedicatedIpsResponseModifier and TypeMethodDescriptiondefault 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 GetDedicatedIpsResponseMethod parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type GetDedicatedIpsResponseModifier and TypeMethodDescriptionvoidGetDedicatedIpsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetDedicatedIpsResponse> subscriber)