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 Amazon Web Services account in the
current Region.
|
ListDedicatedIpPoolsResponse.Builder |
dedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the
current Region.
|
ListDedicatedIpPoolsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there are additional IP pools to list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDedicatedIpPoolsResponse.Builder dedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current Region.
dedicatedIpPools - A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in
the current Region.ListDedicatedIpPoolsResponse.Builder dedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current Region.
dedicatedIpPools - A list of all of the dedicated IP pools that are associated with your Amazon Web Services 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 © 2021. All rights reserved.