Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetDedicatedIpRequest.Builder
Packages that use GetDedicatedIpRequest.Builder
Package
Description
-
Uses of GetDedicatedIpRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type GetDedicatedIpRequest.BuilderModifier 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 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. -
Uses of GetDedicatedIpRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetDedicatedIpRequest.BuilderModifier and TypeMethodDescriptionGetDedicatedIpRequest.builder()The IP address that you want to obtain more information about.GetDedicatedIpRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDedicatedIpRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetDedicatedIpRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetDedicatedIpRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDedicatedIpRequest.Builder>GetDedicatedIpRequest.serializableBuilderClass()