Uses of Class
software.amazon.awssdk.services.sesv2.model.GetDedicatedIpResponse
Packages that use GetDedicatedIpResponse
-
Uses of GetDedicatedIpResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetDedicatedIpResponseModifier and TypeMethodDescriptiondefault 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 GetDedicatedIpResponseModifier and TypeMethodDescriptiondefault 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.