Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.GetDedicatedIpsRequest.Builder
-
Packages that use GetDedicatedIpsRequest.Builder Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.model -
-
Uses of GetDedicatedIpsRequest.Builder in software.amazon.awssdk.services.pinpointemail
Method parameters in software.amazon.awssdk.services.pinpointemail with type arguments of type GetDedicatedIpsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDedicatedIpsResponse>PinpointEmailAsyncClient. getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Pinpoint account.default GetDedicatedIpsResponsePinpointEmailClient. getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Pinpoint account.default GetDedicatedIpsPublisherPinpointEmailAsyncClient. getDedicatedIpsPaginator(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Pinpoint account.default GetDedicatedIpsIterablePinpointEmailClient. getDedicatedIpsPaginator(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Pinpoint account. -
Uses of GetDedicatedIpsRequest.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return GetDedicatedIpsRequest.Builder Modifier and Type Method Description static GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest. builder()GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest.Builder. nextToken(String nextToken)A token returned from a previous call toGetDedicatedIpsto indicate the position of the dedicated IP pool in the list of IP pools.GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest.Builder. pageSize(Integer pageSize)The number of results to show in a single call toGetDedicatedIpsRequest.GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest.Builder. poolName(String poolName)The name of the IP pool that the dedicated IP address is associated with.GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type GetDedicatedIpsRequest.Builder Modifier and Type Method Description static Class<? extends GetDedicatedIpsRequest.Builder>GetDedicatedIpsRequest. serializableBuilderClass()
-