static UpdateKeyRegistrationResponse.Builder |
UpdateKeyRegistrationResponse.builder() |
|
UpdateKeyRegistrationResponse.Builder |
UpdateKeyRegistrationResponse.Builder.failedKeyRegistration(Collection<FailedKeyRegistrationEntry> failedKeyRegistration) |
A list of all customer managed key registrations that failed to update.
|
UpdateKeyRegistrationResponse.Builder |
UpdateKeyRegistrationResponse.Builder.failedKeyRegistration(Consumer<FailedKeyRegistrationEntry.Builder>... failedKeyRegistration) |
A list of all customer managed key registrations that failed to update.
|
UpdateKeyRegistrationResponse.Builder |
UpdateKeyRegistrationResponse.Builder.failedKeyRegistration(FailedKeyRegistrationEntry... failedKeyRegistration) |
A list of all customer managed key registrations that failed to update.
|
UpdateKeyRegistrationResponse.Builder |
UpdateKeyRegistrationResponse.Builder.requestId(String requestId) |
The Amazon Web Services request ID for this operation.
|
UpdateKeyRegistrationResponse.Builder |
UpdateKeyRegistrationResponse.Builder.successfulKeyRegistration(Collection<SuccessfulKeyRegistrationEntry> successfulKeyRegistration) |
A list of all customer managed key registrations that were successfully updated.
|
UpdateKeyRegistrationResponse.Builder |
UpdateKeyRegistrationResponse.Builder.successfulKeyRegistration(Consumer<SuccessfulKeyRegistrationEntry.Builder>... successfulKeyRegistration) |
A list of all customer managed key registrations that were successfully updated.
|
UpdateKeyRegistrationResponse.Builder |
UpdateKeyRegistrationResponse.Builder.successfulKeyRegistration(SuccessfulKeyRegistrationEntry... successfulKeyRegistration) |
A list of all customer managed key registrations that were successfully updated.
|
UpdateKeyRegistrationResponse.Builder |
UpdateKeyRegistrationResponse.toBuilder() |
|