Uses of Class
software.amazon.awssdk.services.cloudformation.model.Annotation
-
Packages that use Annotation Package Description software.amazon.awssdk.services.cloudformation.model -
-
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 Annotation Modifier and Type Method Description 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 Annotation Modifier and Type Method Description GetHookResultResponse.BuilderGetHookResultResponse.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 Annotation Modifier and Type Method Description GetHookResultResponse.BuilderGetHookResultResponse.Builder. annotations(Collection<Annotation> annotations)A list of objects with additional information and guidance that can help you resolve a failed Hook invocation.
-