Uses of Interface
software.amazon.awssdk.services.cloudfrontkeyvaluestore.model.ListKeysResponseListItem.Builder
-
Packages that use ListKeysResponseListItem.Builder Package Description software.amazon.awssdk.services.cloudfrontkeyvaluestore.model -
-
Uses of ListKeysResponseListItem.Builder in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model
Methods in software.amazon.awssdk.services.cloudfrontkeyvaluestore.model that return ListKeysResponseListItem.Builder Modifier and Type Method Description static ListKeysResponseListItem.BuilderListKeysResponseListItem. builder()ListKeysResponseListItem.BuilderListKeysResponseListItem.Builder. key(String key)The key of the key value pair.ListKeysResponseListItem.BuilderListKeysResponseListItem. toBuilder()ListKeysResponseListItem.BuilderListKeysResponseListItem.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 ListKeysResponseListItem.Builder Modifier and Type Method Description static Class<? extends ListKeysResponseListItem.Builder>ListKeysResponseListItem. serializableBuilderClass()
-