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