Uses of Class
software.amazon.awssdk.services.secretsmanager.model.APIErrorType
-
Packages that use APIErrorType Package Description software.amazon.awssdk.services.secretsmanager.model -
-
Uses of APIErrorType in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type APIErrorType Modifier and Type Method Description List<APIErrorType>BatchGetSecretValueResponse. errors()A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.Methods in software.amazon.awssdk.services.secretsmanager.model with parameters of type APIErrorType Modifier and Type Method Description BatchGetSecretValueResponse.BuilderBatchGetSecretValueResponse.Builder. errors(APIErrorType... errors)A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.Method parameters in software.amazon.awssdk.services.secretsmanager.model with type arguments of type APIErrorType Modifier and Type Method Description BatchGetSecretValueResponse.BuilderBatchGetSecretValueResponse.Builder. errors(Collection<APIErrorType> errors)A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
-