Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ViewerMtlsConfig.Builder
Packages that use ViewerMtlsConfig.Builder
-
Uses of ViewerMtlsConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ViewerMtlsConfig.BuilderModifier and TypeMethodDescriptionstatic ViewerMtlsConfig.BuilderViewerMtlsConfig.builder()The viewer mTLS mode.ViewerMtlsConfig.Builder.mode(ViewerMtlsMode mode) The viewer mTLS mode.ViewerMtlsConfig.toBuilder()default ViewerMtlsConfig.BuilderViewerMtlsConfig.Builder.trustStoreConfig(Consumer<TrustStoreConfig.Builder> trustStoreConfig) The trust store configuration associated with the viewer mTLS configuration.ViewerMtlsConfig.Builder.trustStoreConfig(TrustStoreConfig trustStoreConfig) The trust store configuration associated with the viewer mTLS configuration.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ViewerMtlsConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ViewerMtlsConfig.Builder>ViewerMtlsConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ViewerMtlsConfig.BuilderModifier and TypeMethodDescriptiondefault DistributionConfig.BuilderDistributionConfig.Builder.viewerMtlsConfig(Consumer<ViewerMtlsConfig.Builder> viewerMtlsConfig) The distribution's viewer mTLS configuration.default DistributionSummary.BuilderDistributionSummary.Builder.viewerMtlsConfig(Consumer<ViewerMtlsConfig.Builder> viewerMtlsConfig) The distribution's viewer mTLS configuration.