Uses of Interface
software.amazon.awssdk.services.secretsmanager.model.APIErrorType.Builder
-
Packages that use APIErrorType.Builder Package Description software.amazon.awssdk.services.secretsmanager.model -
-
Uses of APIErrorType.Builder in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return APIErrorType.Builder Modifier and Type Method Description static APIErrorType.BuilderAPIErrorType. builder()APIErrorType.BuilderAPIErrorType.Builder. errorCode(String errorCode)The error Secrets Manager encountered while retrieving an individual secret as part of BatchGetSecretValue, for exampleResourceNotFoundException,InvalidParameterException,InvalidRequestException,DecryptionFailure, orAccessDeniedException.APIErrorType.BuilderAPIErrorType.Builder. message(String message)A message describing the error.APIErrorType.BuilderAPIErrorType.Builder. secretId(String secretId)The ARN or name of the secret.APIErrorType.BuilderAPIErrorType. toBuilder()Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type APIErrorType.Builder Modifier and Type Method Description static Class<? extends APIErrorType.Builder>APIErrorType. serializableBuilderClass()
-