Uses of Class
software.amazon.awssdk.services.guardduty.model.FindingResourceType
-
Packages that use FindingResourceType Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of FindingResourceType in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return FindingResourceType Modifier and Type Method Description static FindingResourceTypeFindingResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FindingResourceTypeResourceV2. resourceType()The type of the Amazon Web Services resource.static FindingResourceTypeFindingResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static FindingResourceType[]FindingResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type FindingResourceType Modifier and Type Method Description static Set<FindingResourceType>FindingResourceType. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type FindingResourceType Modifier and Type Method Description ResourceV2.BuilderResourceV2.Builder. resourceType(FindingResourceType resourceType)The type of the Amazon Web Services resource.
-