public static interface ListDedicatedIpPoolsResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListDedicatedIpPoolsResponse.Builder,ListDedicatedIpPoolsResponse>
Modifier and Type | Method and Description |
---|---|
ListDedicatedIpPoolsResponse.Builder |
dedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your AWS account in the current Region.
|
ListDedicatedIpPoolsResponse.Builder |
dedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your AWS account in the current Region.
|
ListDedicatedIpPoolsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there are additional IP pools to list.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListDedicatedIpPoolsResponse.Builder dedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your AWS account in the current Region.
dedicatedIpPools
- A list of all of the dedicated IP pools that are associated with your AWS account in the current
Region.ListDedicatedIpPoolsResponse.Builder dedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your AWS account in the current Region.
dedicatedIpPools
- A list of all of the dedicated IP pools that are associated with your AWS account in the current
Region.ListDedicatedIpPoolsResponse.Builder nextToken(String nextToken)
A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another
request to ListDedicatedIpPools
, passing this token in the NextToken
parameter.
nextToken
- A token that indicates that there are additional IP pools to list. To view additional IP pools, issue
another request to ListDedicatedIpPools
, passing this token in the NextToken
parameter.Copyright © 2020. All rights reserved.