Uses of Class
software.amazon.awssdk.services.quicksight.model.FailedKeyRegistrationEntry
-
Packages that use FailedKeyRegistrationEntry Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of FailedKeyRegistrationEntry in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type FailedKeyRegistrationEntry Modifier and Type Method Description List<FailedKeyRegistrationEntry>UpdateKeyRegistrationResponse. failedKeyRegistration()A list of all customer managed key registrations that failed to update.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type FailedKeyRegistrationEntry Modifier and Type Method Description UpdateKeyRegistrationResponse.BuilderUpdateKeyRegistrationResponse.Builder. failedKeyRegistration(FailedKeyRegistrationEntry... failedKeyRegistration)A list of all customer managed key registrations that failed to update.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type FailedKeyRegistrationEntry Modifier and Type Method Description UpdateKeyRegistrationResponse.BuilderUpdateKeyRegistrationResponse.Builder. failedKeyRegistration(Collection<FailedKeyRegistrationEntry> failedKeyRegistration)A list of all customer managed key registrations that failed to update.
-