Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
KeyValueStore |
KeyValueStore.clone() |
KeyValueStore |
DescribeKeyValueStoreResult.getKeyValueStore()
The resulting key value store.
|
KeyValueStore |
CreateKeyValueStoreResult.getKeyValueStore()
The resulting key value store.
|
KeyValueStore |
UpdateKeyValueStoreResult.getKeyValueStore()
The resulting key value store to update.
|
KeyValueStore |
KeyValueStore.withARN(String aRN)
The Amazon Resource Name (ARN) of the key value store.
|
KeyValueStore |
KeyValueStore.withComment(String comment)
A comment for the key value store.
|
KeyValueStore |
KeyValueStore.withId(String id)
The unique Id for the key value store.
|
KeyValueStore |
KeyValueStore.withLastModifiedTime(Date lastModifiedTime)
The last-modified time of the key value store.
|
KeyValueStore |
KeyValueStore.withName(String name)
The name of the key value store.
|
KeyValueStore |
KeyValueStore.withStatus(String status)
The status of the key value store.
|
Modifier and Type | Method and Description |
---|---|
List<KeyValueStore> |
KeyValueStoreList.getItems()
The items of the key value store list.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeKeyValueStoreResult.setKeyValueStore(KeyValueStore keyValueStore)
The resulting key value store.
|
void |
CreateKeyValueStoreResult.setKeyValueStore(KeyValueStore keyValueStore)
The resulting key value store.
|
void |
UpdateKeyValueStoreResult.setKeyValueStore(KeyValueStore keyValueStore)
The resulting key value store to update.
|
KeyValueStoreList |
KeyValueStoreList.withItems(KeyValueStore... items)
The items of the key value store list.
|
DescribeKeyValueStoreResult |
DescribeKeyValueStoreResult.withKeyValueStore(KeyValueStore keyValueStore)
The resulting key value store.
|
CreateKeyValueStoreResult |
CreateKeyValueStoreResult.withKeyValueStore(KeyValueStore keyValueStore)
The resulting key value store.
|
UpdateKeyValueStoreResult |
UpdateKeyValueStoreResult.withKeyValueStore(KeyValueStore keyValueStore)
The resulting key value store to update.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyValueStoreList.setItems(Collection<KeyValueStore> items)
The items of the key value store list.
|
KeyValueStoreList |
KeyValueStoreList.withItems(Collection<KeyValueStore> items)
The items of the key value store list.
|
Copyright © 2024. All rights reserved.