Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetTrustStoreResponse
Packages that use GetTrustStoreResponse
-
Uses of GetTrustStoreResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetTrustStoreResponseModifier and TypeMethodDescriptiondefault GetTrustStoreResponseCloudFrontClient.getTrustStore(Consumer<GetTrustStoreRequest.Builder> getTrustStoreRequest) Gets a trust store.default GetTrustStoreResponseCloudFrontClient.getTrustStore(GetTrustStoreRequest getTrustStoreRequest) Gets a trust store.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetTrustStoreResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetTrustStoreResponse>CloudFrontAsyncClient.getTrustStore(Consumer<GetTrustStoreRequest.Builder> getTrustStoreRequest) Gets a trust store.default CompletableFuture<GetTrustStoreResponse>CloudFrontAsyncClient.getTrustStore(GetTrustStoreRequest getTrustStoreRequest) Gets a trust store.