| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
UnprocessedScramSecret |
UnprocessedScramSecret.clone() |
UnprocessedScramSecret |
UnprocessedScramSecret.withErrorCode(String errorCode)
Error code for associate/disassociate failure.
|
UnprocessedScramSecret |
UnprocessedScramSecret.withErrorMessage(String errorMessage)
Error message for associate/disassociate failure.
|
UnprocessedScramSecret |
UnprocessedScramSecret.withSecretArn(String secretArn)
AWS Secrets Manager secret ARN.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnprocessedScramSecret> |
BatchDisassociateScramSecretResult.getUnprocessedScramSecrets()
List of errors when disassociating secrets to cluster.
|
List<UnprocessedScramSecret> |
BatchAssociateScramSecretResult.getUnprocessedScramSecrets()
List of errors when associating secrets to cluster.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDisassociateScramSecretResult |
BatchDisassociateScramSecretResult.withUnprocessedScramSecrets(UnprocessedScramSecret... unprocessedScramSecrets)
List of errors when disassociating secrets to cluster.
|
BatchAssociateScramSecretResult |
BatchAssociateScramSecretResult.withUnprocessedScramSecrets(UnprocessedScramSecret... unprocessedScramSecrets)
List of errors when associating secrets to cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDisassociateScramSecretResult.setUnprocessedScramSecrets(Collection<UnprocessedScramSecret> unprocessedScramSecrets)
List of errors when disassociating secrets to cluster.
|
void |
BatchAssociateScramSecretResult.setUnprocessedScramSecrets(Collection<UnprocessedScramSecret> unprocessedScramSecrets)
List of errors when associating secrets to cluster.
|
BatchDisassociateScramSecretResult |
BatchDisassociateScramSecretResult.withUnprocessedScramSecrets(Collection<UnprocessedScramSecret> unprocessedScramSecrets)
List of errors when disassociating secrets to cluster.
|
BatchAssociateScramSecretResult |
BatchAssociateScramSecretResult.withUnprocessedScramSecrets(Collection<UnprocessedScramSecret> unprocessedScramSecrets)
List of errors when associating secrets to cluster.
|
Copyright © 2023. All rights reserved.