| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static FindingHistoryUpdateSourceType |
FindingHistoryUpdateSourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FindingHistoryUpdateSourceType |
FindingHistoryUpdateSource.type()
Describes the type of finding change event, such as a call to
BatchImportFindings (by an integrated Amazon Web Service or third party partner integration) or
BatchUpdateFindings (by a Security Hub customer). |
static FindingHistoryUpdateSourceType |
FindingHistoryUpdateSourceType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FindingHistoryUpdateSourceType> |
FindingHistoryUpdateSourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FindingHistoryUpdateSource.Builder |
FindingHistoryUpdateSource.Builder.type(FindingHistoryUpdateSourceType type)
Describes the type of finding change event, such as a call to
BatchImportFindings (by an integrated Amazon Web Service or third party partner
integration) or
BatchUpdateFindings (by a Security Hub customer). |
Copyright © 2023. All rights reserved.