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