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
-
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()
-