Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GetTrustStoreRequest.Builder
Packages that use GetTrustStoreRequest.Builder
Package
Description
-
Uses of GetTrustStoreRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type GetTrustStoreRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetTrustStoreResponse>CloudFrontAsyncClient.getTrustStore(Consumer<GetTrustStoreRequest.Builder> getTrustStoreRequest) Gets a trust store.default GetTrustStoreResponseCloudFrontClient.getTrustStore(Consumer<GetTrustStoreRequest.Builder> getTrustStoreRequest) Gets a trust store. -
Uses of GetTrustStoreRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GetTrustStoreRequest.BuilderModifier and TypeMethodDescriptionstatic GetTrustStoreRequest.BuilderGetTrustStoreRequest.builder()GetTrustStoreRequest.Builder.identifier(String identifier) The trust store's identifier.GetTrustStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetTrustStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetTrustStoreRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GetTrustStoreRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetTrustStoreRequest.Builder>GetTrustStoreRequest.serializableBuilderClass()