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