Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
FieldLevelEncryptionList |
FieldLevelEncryptionList.clone() |
FieldLevelEncryptionList |
ListFieldLevelEncryptionConfigsResult.getFieldLevelEncryptionList()
Returns a list of all field-level encryption configurations that have been created in CloudFront for this
account.
|
FieldLevelEncryptionList |
FieldLevelEncryptionList.withItems(Collection<FieldLevelEncryptionSummary> items)
An array of field-level encryption items.
|
FieldLevelEncryptionList |
FieldLevelEncryptionList.withItems(FieldLevelEncryptionSummary... items)
An array of field-level encryption items.
|
FieldLevelEncryptionList |
FieldLevelEncryptionList.withMaxItems(Integer maxItems)
The maximum number of elements you want in the response body.
|
FieldLevelEncryptionList |
FieldLevelEncryptionList.withNextMarker(String nextMarker)
If there are more elements to be listed, this element is present and contains the value that you can use for the
Marker request parameter to continue listing your configurations where you left off. |
FieldLevelEncryptionList |
FieldLevelEncryptionList.withQuantity(Integer quantity)
The number of field-level encryption items.
|
Modifier and Type | Method and Description |
---|---|
void |
ListFieldLevelEncryptionConfigsResult.setFieldLevelEncryptionList(FieldLevelEncryptionList fieldLevelEncryptionList)
Returns a list of all field-level encryption configurations that have been created in CloudFront for this
account.
|
ListFieldLevelEncryptionConfigsResult |
ListFieldLevelEncryptionConfigsResult.withFieldLevelEncryptionList(FieldLevelEncryptionList fieldLevelEncryptionList)
Returns a list of all field-level encryption configurations that have been created in CloudFront for this
account.
|
Copyright © 2022. All rights reserved.