Uses of Class
software.amazon.awssdk.services.cloudfront.model.CaCertificatesBundleSource
Packages that use CaCertificatesBundleSource
-
Uses of CaCertificatesBundleSource in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CaCertificatesBundleSourceModifier and TypeMethodDescriptionCreateTrustStoreRequest.caCertificatesBundleSource()The CA certificates bundle source for the trust store.UpdateTrustStoreRequest.caCertificatesBundleSource()The CA certificates bundle source.static CaCertificatesBundleSourceCaCertificatesBundleSource.fromCaCertificatesBundleS3Location(Consumer<CaCertificatesBundleS3Location.Builder> caCertificatesBundleS3Location) Create an instance of this class withcaCertificatesBundleS3Location()initialized to the given value.static CaCertificatesBundleSourceCaCertificatesBundleSource.fromCaCertificatesBundleS3Location(CaCertificatesBundleS3Location caCertificatesBundleS3Location) Create an instance of this class withcaCertificatesBundleS3Location()initialized to the given value.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type CaCertificatesBundleSourceModifier and TypeMethodDescriptionCreateTrustStoreRequest.Builder.caCertificatesBundleSource(CaCertificatesBundleSource caCertificatesBundleSource) The CA certificates bundle source for the trust store.UpdateTrustStoreRequest.Builder.caCertificatesBundleSource(CaCertificatesBundleSource caCertificatesBundleSource) The CA certificates bundle source.