Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
FieldLevelEncryptionProfileList |
FieldLevelEncryptionProfileList.clone() |
FieldLevelEncryptionProfileList |
ListFieldLevelEncryptionProfilesResult.getFieldLevelEncryptionProfileList()
Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.
|
FieldLevelEncryptionProfileList |
FieldLevelEncryptionProfileList.withItems(Collection<FieldLevelEncryptionProfileSummary> items)
The field-level encryption profile items.
|
FieldLevelEncryptionProfileList |
FieldLevelEncryptionProfileList.withItems(FieldLevelEncryptionProfileSummary... items)
The field-level encryption profile items.
|
FieldLevelEncryptionProfileList |
FieldLevelEncryptionProfileList.withMaxItems(Integer maxItems)
The maximum number of field-level encryption profiles you want in the response body.
|
FieldLevelEncryptionProfileList |
FieldLevelEncryptionProfileList.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 profiles where you left off. |
FieldLevelEncryptionProfileList |
FieldLevelEncryptionProfileList.withQuantity(Integer quantity)
The number of field-level encryption profiles.
|
Modifier and Type | Method and Description |
---|---|
void |
ListFieldLevelEncryptionProfilesResult.setFieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList fieldLevelEncryptionProfileList)
Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.
|
ListFieldLevelEncryptionProfilesResult |
ListFieldLevelEncryptionProfilesResult.withFieldLevelEncryptionProfileList(FieldLevelEncryptionProfileList fieldLevelEncryptionProfileList)
Returns a list of the field-level encryption profiles that have been created in CloudFront for this account.
|
Copyright © 2022. All rights reserved.