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