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