Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetDedicatedIpResponse
-
Packages that use GetDedicatedIpResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of GetDedicatedIpResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return GetDedicatedIpResponse Modifier and Type Method Description default GetDedicatedIpResponsePinpointEmailClient. 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 GetDedicatedIpResponsePinpointEmailClient. 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.pinpointemail that return types with arguments of type GetDedicatedIpResponse Modifier and Type Method Description default CompletableFuture<GetDedicatedIpResponse>PinpointEmailAsyncClient. 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>PinpointEmailAsyncClient. 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.
-