Uses of Interface
software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.PutKeyResponse.Builder
-
Packages that use PutKeyResponse.Builder Package Description software.amazon.awssdk.services.cloudfrontkeyvaluestore.model -
-
Uses of PutKeyResponse.Builder in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model that return PutKeyResponse.Builder Modifier and Type Method Description static PutKeyResponse.BuilderPutKeyResponse. builder()PutKeyResponse.BuilderPutKeyResponse.Builder. eTag(String eTag)The current version identifier of the Key Value Store after the successful put.PutKeyResponse.BuilderPutKeyResponse.Builder. itemCount(Integer itemCount)Number of key value pairs in the Key Value Store after the successful put.PutKeyResponse.BuilderPutKeyResponse. toBuilder()PutKeyResponse.BuilderPutKeyResponse.Builder. totalSizeInBytes(Long totalSizeInBytes)Total size of the Key Value Store after the successful put, in bytes.Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model that return types with arguments of type PutKeyResponse.Builder Modifier and Type Method Description static Class<? extends PutKeyResponse.Builder>PutKeyResponse. serializableBuilderClass()
-