Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetDedicatedIpRequest
-
Packages that use GetDedicatedIpRequest Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.transform -
-
Uses of GetDedicatedIpRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type GetDedicatedIpRequest Modifier and Type Method Description 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.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. -
Uses of GetDedicatedIpRequest in software.amazon.awssdk.services.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type GetDedicatedIpRequest Modifier and Type Method Description SdkHttpFullRequestGetDedicatedIpRequestMarshaller. marshall(GetDedicatedIpRequest getDedicatedIpRequest)
-