Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdateKeyValueStoreRequest.Builder
-
Packages that use UpdateKeyValueStoreRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of UpdateKeyValueStoreRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type UpdateKeyValueStoreRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateKeyValueStoreResponse>CloudFrontAsyncClient. updateKeyValueStore(Consumer<UpdateKeyValueStoreRequest.Builder> updateKeyValueStoreRequest)Specifies the key value store to update.default UpdateKeyValueStoreResponseCloudFrontClient. updateKeyValueStore(Consumer<UpdateKeyValueStoreRequest.Builder> updateKeyValueStoreRequest)Specifies the key value store to update. -
Uses of UpdateKeyValueStoreRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdateKeyValueStoreRequest.Builder Modifier and Type Method Description static UpdateKeyValueStoreRequest.BuilderUpdateKeyValueStoreRequest. builder()UpdateKeyValueStoreRequest.BuilderUpdateKeyValueStoreRequest.Builder. comment(String comment)The comment of the key value store to update.UpdateKeyValueStoreRequest.BuilderUpdateKeyValueStoreRequest.Builder. ifMatch(String ifMatch)The key value store to update, if a match occurs.UpdateKeyValueStoreRequest.BuilderUpdateKeyValueStoreRequest.Builder. name(String name)The name of the key value store to update.UpdateKeyValueStoreRequest.BuilderUpdateKeyValueStoreRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateKeyValueStoreRequest.BuilderUpdateKeyValueStoreRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateKeyValueStoreRequest.BuilderUpdateKeyValueStoreRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdateKeyValueStoreRequest.Builder Modifier and Type Method Description static Class<? extends UpdateKeyValueStoreRequest.Builder>UpdateKeyValueStoreRequest. serializableBuilderClass()
-