Uses of Interface
software.amazon.awssdk.services.lambda.model.TagsError.Builder
-
Packages that use TagsError.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of TagsError.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return TagsError.Builder Modifier and Type Method Description static TagsError.BuilderTagsError. builder()TagsError.BuilderTagsError.Builder. errorCode(String errorCode)The error code.TagsError.BuilderTagsError.Builder. message(String message)The error message.TagsError.BuilderTagsError. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type TagsError.Builder Modifier and Type Method Description static Class<? extends TagsError.Builder>TagsError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type TagsError.Builder Modifier and Type Method Description default GetFunctionResponse.BuilderGetFunctionResponse.Builder. tagsError(Consumer<TagsError.Builder> tagsError)An object that contains details about an error related to retrieving tags.
-