Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.GetDedicatedIpRequest.Builder
-
Packages that use GetDedicatedIpRequest.Builder Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.model -
-
Uses of GetDedicatedIpRequest.Builder in software.amazon.awssdk.services.pinpointemail
Method parameters in software.amazon.awssdk.services.pinpointemail with type arguments of type GetDedicatedIpRequest.Builder 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 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. -
Uses of GetDedicatedIpRequest.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.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.pinpointemail.model that return types with arguments of type GetDedicatedIpRequest.Builder Modifier and Type Method Description static Class<? extends GetDedicatedIpRequest.Builder>GetDedicatedIpRequest. serializableBuilderClass()
-