Uses of Class
software.amazon.awssdk.services.secretsmanager.model.APIErrorType
Packages that use APIErrorType
-
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 APIErrorTypeModifier and TypeMethodDescriptionfinal 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 APIErrorTypeModifier and TypeMethodDescriptionBatchGetSecretValueResponse.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 APIErrorTypeModifier and TypeMethodDescriptionBatchGetSecretValueResponse.Builder.errors(Collection<APIErrorType> errors) A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.