Uses of Class
software.amazon.awssdk.services.sesv2.model.GetDedicatedIpResponse
-
Packages that use GetDedicatedIpResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of GetDedicatedIpResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetDedicatedIpResponse Modifier and Type Method Description default GetDedicatedIpResponseSesV2Client. getDedicatedIp(Consumer<GetDedicatedIpRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetDedicatedIpResponse Modifier and Type Method Description default CompletableFuture<GetDedicatedIpResponse>SesV2AsyncClient. getDedicatedIp(Consumer<GetDedicatedIpRequest.Builder> 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 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.
-