Uses of Class
software.amazon.awssdk.services.devopsguru.model.RecommendationRelatedEventResource
-
Packages that use RecommendationRelatedEventResource Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of RecommendationRelatedEventResource in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type RecommendationRelatedEventResource Modifier and Type Method Description List<RecommendationRelatedEventResource>RecommendationRelatedEvent. resources()AResourceCollectionobject that contains arrays of the names of Amazon Web Services CloudFormation stacks.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type RecommendationRelatedEventResource Modifier and Type Method Description RecommendationRelatedEvent.BuilderRecommendationRelatedEvent.Builder. resources(RecommendationRelatedEventResource... resources)AResourceCollectionobject that contains arrays of the names of Amazon Web Services CloudFormation stacks.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type RecommendationRelatedEventResource Modifier and Type Method Description RecommendationRelatedEvent.BuilderRecommendationRelatedEvent.Builder. resources(Collection<RecommendationRelatedEventResource> resources)AResourceCollectionobject that contains arrays of the names of Amazon Web Services CloudFormation stacks.
-