Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
ImportSource |
ImportSource.clone() |
ImportSource |
CreateKeyValueStoreRequest.getImportSource()
The S3 bucket that provides the source for the import.
|
ImportSource |
ImportSource.withSourceARN(String sourceARN)
The Amazon Resource Name (ARN) of the import source for the key value store.
|
ImportSource |
ImportSource.withSourceType(ImportSourceType sourceType)
The source type of the import source for the key value store.
|
ImportSource |
ImportSource.withSourceType(String sourceType)
The source type of the import source for the key value store.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateKeyValueStoreRequest.setImportSource(ImportSource importSource)
The S3 bucket that provides the source for the import.
|
CreateKeyValueStoreRequest |
CreateKeyValueStoreRequest.withImportSource(ImportSource importSource)
The S3 bucket that provides the source for the import.
|
Copyright © 2024. All rights reserved.