Uses of Interface
software.amazon.awssdk.services.cloudfront.model.Signer.Builder
-
Packages that use Signer.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of Signer.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return Signer.Builder Modifier and Type Method Description Signer.BuilderSigner.Builder. awsAccountNumber(String awsAccountNumber)An Amazon Web Services account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies.static Signer.BuilderSigner. builder()default Signer.BuilderSigner.Builder. keyPairIds(Consumer<KeyPairIds.Builder> keyPairIds)A list of CloudFront key pair identifiers.Signer.BuilderSigner.Builder. keyPairIds(KeyPairIds keyPairIds)A list of CloudFront key pair identifiers.Signer.BuilderSigner. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type Signer.Builder Modifier and Type Method Description static Class<? extends Signer.Builder>Signer. serializableBuilderClass()
-