Uses of Class
software.amazon.awssdk.services.guardduty.model.ResourceV2
-
Packages that use ResourceV2 Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of ResourceV2 in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type ResourceV2 Modifier and Type Method Description List<ResourceV2>Sequence. resources()Contains information about the resources involved in the attack sequence.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type ResourceV2 Modifier and Type Method Description Sequence.BuilderSequence.Builder. resources(ResourceV2... resources)Contains information about the resources involved in the attack sequence.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type ResourceV2 Modifier and Type Method Description Sequence.BuilderSequence.Builder. resources(Collection<ResourceV2> resources)Contains information about the resources involved in the attack sequence.
-