Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateKeyValueStoreRequest
-
Packages that use CreateKeyValueStoreRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of CreateKeyValueStoreRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type CreateKeyValueStoreRequest Modifier and Type Method Description default CompletableFuture<CreateKeyValueStoreResponse>
CloudFrontAsyncClient. createKeyValueStore(CreateKeyValueStoreRequest createKeyValueStoreRequest)
Specifies the key value store resource to add to your account.default CreateKeyValueStoreResponse
CloudFrontClient. createKeyValueStore(CreateKeyValueStoreRequest createKeyValueStoreRequest)
Specifies the key value store resource to add to your account. -
Uses of CreateKeyValueStoreRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type CreateKeyValueStoreRequest Modifier and Type Method Description SdkHttpFullRequest
CreateKeyValueStoreRequestMarshaller. marshall(CreateKeyValueStoreRequest createKeyValueStoreRequest)
-