| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.clone() |
Action |
AwsSecurityFinding.getAction()
Provides details about an action that affects or that was taken on a resource.
|
Action |
Action.withActionType(String actionType)
The type of action that was detected.
|
Action |
Action.withAwsApiCallAction(AwsApiCallAction awsApiCallAction)
Included if
ActionType is AWS_API_CALL. |
Action |
Action.withDnsRequestAction(DnsRequestAction dnsRequestAction)
Included if
ActionType is DNS_REQUEST. |
Action |
Action.withNetworkConnectionAction(NetworkConnectionAction networkConnectionAction)
Included if
ActionType is NETWORK_CONNECTION. |
Action |
Action.withPortProbeAction(PortProbeAction portProbeAction)
Included if
ActionType is PORT_PROBE. |
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setAction(Action action)
Provides details about an action that affects or that was taken on a resource.
|
AwsSecurityFinding |
AwsSecurityFinding.withAction(Action action)
Provides details about an action that affects or that was taken on a resource.
|
Copyright © 2022. All rights reserved.