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 KeyPairIdsKeyPairIds. clone()KeyPairIdsSigner. getKeyPairIds()A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.KeyPairIdsKeyPairIds. withItems(String... items)A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.KeyPairIdsKeyPairIds. withItems(Collection<String> items)A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.KeyPairIdsKeyPairIds. 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 voidSigner. setKeyPairIds(KeyPairIds keyPairIds)A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.SignerSigner. withKeyPairIds(KeyPairIds keyPairIds)A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
-