| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
FailedKeyRegistrationEntry |
FailedKeyRegistrationEntry.clone() |
FailedKeyRegistrationEntry |
FailedKeyRegistrationEntry.withKeyArn(String keyArn)
The ARN of the KMS key that failed to update.
|
FailedKeyRegistrationEntry |
FailedKeyRegistrationEntry.withMessage(String message)
A message that provides information about why a
FailedKeyRegistrationEntry error occurred. |
FailedKeyRegistrationEntry |
FailedKeyRegistrationEntry.withSenderFault(Boolean senderFault)
A boolean that indicates whether a
FailedKeyRegistrationEntry resulted from user error. |
FailedKeyRegistrationEntry |
FailedKeyRegistrationEntry.withStatusCode(Integer statusCode)
The HTTP status of a
FailedKeyRegistrationEntry error. |
| Modifier and Type | Method and Description |
|---|---|
List<FailedKeyRegistrationEntry> |
UpdateKeyRegistrationResult.getFailedKeyRegistration()
A list of all customer managed key registrations that failed to update.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKeyRegistrationResult |
UpdateKeyRegistrationResult.withFailedKeyRegistration(FailedKeyRegistrationEntry... failedKeyRegistration)
A list of all customer managed key registrations that failed to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateKeyRegistrationResult.setFailedKeyRegistration(Collection<FailedKeyRegistrationEntry> failedKeyRegistration)
A list of all customer managed key registrations that failed to update.
|
UpdateKeyRegistrationResult |
UpdateKeyRegistrationResult.withFailedKeyRegistration(Collection<FailedKeyRegistrationEntry> failedKeyRegistration)
A list of all customer managed key registrations that failed to update.
|
Copyright © 2024. All rights reserved.