Uses of Interface
software.amazon.awssdk.services.sesv2.model.DedicatedIp.Builder
Packages that use DedicatedIp.Builder
-
Uses of DedicatedIp.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DedicatedIp.BuilderModifier and TypeMethodDescriptionstatic DedicatedIp.BuilderDedicatedIp.builder()An IPv4 address.The name of the dedicated IP pool that the IP address is associated with.DedicatedIp.toBuilder()DedicatedIp.Builder.warmupPercentage(Integer warmupPercentage) Indicates the progress of your dedicated IP warm-up:DedicatedIp.Builder.warmupStatus(String warmupStatus) The warm-up status of a dedicated IP address.DedicatedIp.Builder.warmupStatus(WarmupStatus warmupStatus) The warm-up status of a dedicated IP address.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DedicatedIp.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DedicatedIp.Builder>DedicatedIp.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type DedicatedIp.BuilderModifier and TypeMethodDescriptiondefault GetDedicatedIpResponse.BuilderGetDedicatedIpResponse.Builder.dedicatedIp(Consumer<DedicatedIp.Builder> dedicatedIp) An object that contains information about a dedicated IP address.