Uses of Class
software.amazon.awssdk.services.securityhub.model.FindingHistoryUpdateSourceType
-
Packages that use FindingHistoryUpdateSourceType Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of FindingHistoryUpdateSourceType in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return FindingHistoryUpdateSourceType Modifier and Type Method Description static FindingHistoryUpdateSourceTypeFindingHistoryUpdateSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FindingHistoryUpdateSourceTypeFindingHistoryUpdateSource. type()Describes the type of finding change event, such as a call toBatchImportFindings(by an integrated Amazon Web Service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer).static FindingHistoryUpdateSourceTypeFindingHistoryUpdateSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static FindingHistoryUpdateSourceType[]FindingHistoryUpdateSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type FindingHistoryUpdateSourceType Modifier and Type Method Description static Set<FindingHistoryUpdateSourceType>FindingHistoryUpdateSourceType. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type FindingHistoryUpdateSourceType Modifier and Type Method Description FindingHistoryUpdateSource.BuilderFindingHistoryUpdateSource.Builder. type(FindingHistoryUpdateSourceType type)Describes the type of finding change event, such as a call toBatchImportFindings(by an integrated Amazon Web Service or third party partner integration) orBatchUpdateFindings(by a Security Hub customer).
-