Uses of Class
software.amazon.awssdk.services.sesv2.model.GetDedicatedIpRequest
-
Packages that use GetDedicatedIpRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of GetDedicatedIpRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type GetDedicatedIpRequest Modifier and Type Method Description default CompletableFuture<GetDedicatedIpResponse>SesV2AsyncClient. getDedicatedIp(GetDedicatedIpRequest getDedicatedIpRequest)Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated with, as well information about the automatic warm-up process for the address.default GetDedicatedIpResponseSesV2Client. getDedicatedIp(GetDedicatedIpRequest getDedicatedIpRequest)Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated with, as well information about the automatic warm-up process for the address. -
Uses of GetDedicatedIpRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type GetDedicatedIpRequest Modifier and Type Method Description SdkHttpFullRequestGetDedicatedIpRequestMarshaller. marshall(GetDedicatedIpRequest getDedicatedIpRequest)
-