Uses of Class
com.amazonaws.services.cloudfront.model.KeyPairIds
-
Packages that use KeyPairIds Package Description com.amazonaws.services.cloudfront.model -
-
Uses of KeyPairIds in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return KeyPairIds Modifier and Type Method Description KeyPairIds
KeyPairIds. clone()
KeyPairIds
Signer. getKeyPairIds()
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.KeyPairIds
KeyPairIds. withItems(String... items)
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.KeyPairIds
KeyPairIds. withItems(Collection<String> items)
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.KeyPairIds
KeyPairIds. withQuantity(Integer quantity)
The number of active CloudFront key pairs for AwsAccountNumber.Methods in com.amazonaws.services.cloudfront.model with parameters of type KeyPairIds Modifier and Type Method Description void
Signer. setKeyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.Signer
Signer. withKeyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
-