Uses of Class
software.amazon.awssdk.services.kafka.model.UnprocessedScramSecret
-
Packages that use UnprocessedScramSecret Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of UnprocessedScramSecret in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type UnprocessedScramSecret Modifier and Type Method Description List<UnprocessedScramSecret>BatchAssociateScramSecretResponse. unprocessedScramSecrets()List of errors when associating secrets to cluster.List<UnprocessedScramSecret>BatchDisassociateScramSecretResponse. unprocessedScramSecrets()List of errors when disassociating secrets to cluster.Methods in software.amazon.awssdk.services.kafka.model with parameters of type UnprocessedScramSecret Modifier and Type Method Description BatchAssociateScramSecretResponse.BuilderBatchAssociateScramSecretResponse.Builder. unprocessedScramSecrets(UnprocessedScramSecret... unprocessedScramSecrets)List of errors when associating secrets to cluster.BatchDisassociateScramSecretResponse.BuilderBatchDisassociateScramSecretResponse.Builder. unprocessedScramSecrets(UnprocessedScramSecret... unprocessedScramSecrets)List of errors when disassociating secrets to cluster.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type UnprocessedScramSecret Modifier and Type Method Description BatchAssociateScramSecretResponse.BuilderBatchAssociateScramSecretResponse.Builder. unprocessedScramSecrets(Collection<UnprocessedScramSecret> unprocessedScramSecrets)List of errors when associating secrets to cluster.BatchDisassociateScramSecretResponse.BuilderBatchDisassociateScramSecretResponse.Builder. unprocessedScramSecrets(Collection<UnprocessedScramSecret> unprocessedScramSecrets)List of errors when disassociating secrets to cluster.
-