Uses of Class
software.amazon.awssdk.services.cloudformation.model.Annotation
Packages that use Annotation
-
Uses of Annotation in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type AnnotationModifier and TypeMethodDescriptionfinal List<Annotation>GetHookResultResponse.annotations()A list of objects with additional information and guidance that can help you resolve a failed Hook invocation.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type AnnotationModifier and TypeMethodDescriptionGetHookResultResponse.Builder.annotations(Annotation... annotations) A list of objects with additional information and guidance that can help you resolve a failed Hook invocation.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type AnnotationModifier and TypeMethodDescriptionGetHookResultResponse.Builder.annotations(Collection<Annotation> annotations) A list of objects with additional information and guidance that can help you resolve a failed Hook invocation.