Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.ListDedicatedIpPoolsResponse.Builder
-
Packages that use ListDedicatedIpPoolsResponse.Builder Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of ListDedicatedIpPoolsResponse.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return ListDedicatedIpPoolsResponse.Builder Modifier and Type Method Description static ListDedicatedIpPoolsResponse.BuilderListDedicatedIpPoolsResponse. builder()ListDedicatedIpPoolsResponse.BuilderListDedicatedIpPoolsResponse.Builder. dedicatedIpPools(String... dedicatedIpPools)A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.ListDedicatedIpPoolsResponse.BuilderListDedicatedIpPoolsResponse.Builder. dedicatedIpPools(Collection<String> dedicatedIpPools)A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.ListDedicatedIpPoolsResponse.BuilderListDedicatedIpPoolsResponse.Builder. nextToken(String nextToken)A token that indicates that there are additional IP pools to list.ListDedicatedIpPoolsResponse.BuilderListDedicatedIpPoolsResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type ListDedicatedIpPoolsResponse.Builder Modifier and Type Method Description static Class<? extends ListDedicatedIpPoolsResponse.Builder>ListDedicatedIpPoolsResponse. serializableBuilderClass()
-