Uses of Class
software.amazon.awssdk.services.cloudfront.model.TrustStore
Packages that use TrustStore
-
Uses of TrustStore in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TrustStoreModifier and TypeMethodDescriptionfinal TrustStoreCreateTrustStoreResponse.trustStore()The trust store.final TrustStoreGetTrustStoreResponse.trustStore()The trust store.final TrustStoreUpdateTrustStoreResponse.trustStore()The trust store.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type TrustStoreModifier and TypeMethodDescriptionCreateTrustStoreResponse.Builder.trustStore(TrustStore trustStore) The trust store.GetTrustStoreResponse.Builder.trustStore(TrustStore trustStore) The trust store.UpdateTrustStoreResponse.Builder.trustStore(TrustStore trustStore) The trust store.