Uses of Class
software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsRequest
-
Packages that use GetDedicatedIpsRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators software.amazon.awssdk.services.sesv2.transform -
-
Uses of GetDedicatedIpsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type GetDedicatedIpsRequest Modifier and Type Method Description default CompletableFuture<GetDedicatedIpsResponse>SesV2AsyncClient. getDedicatedIps(GetDedicatedIpsRequest 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.default GetDedicatedIpsPublisherSesV2AsyncClient. getDedicatedIpsPaginator(GetDedicatedIpsRequest getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Web Services account.default GetDedicatedIpsIterableSesV2Client. getDedicatedIpsPaginator(GetDedicatedIpsRequest getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Web Services account. -
Uses of GetDedicatedIpsRequest in software.amazon.awssdk.services.sesv2.paginators
Constructors in software.amazon.awssdk.services.sesv2.paginators with parameters of type GetDedicatedIpsRequest Constructor Description GetDedicatedIpsIterable(SesV2Client client, GetDedicatedIpsRequest firstRequest)GetDedicatedIpsPublisher(SesV2AsyncClient client, GetDedicatedIpsRequest firstRequest) -
Uses of GetDedicatedIpsRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type GetDedicatedIpsRequest Modifier and Type Method Description SdkHttpFullRequestGetDedicatedIpsRequestMarshaller. marshall(GetDedicatedIpsRequest getDedicatedIpsRequest)
-