| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsApiCallAction |
AwsApiCallAction.addAffectedResourcesEntry(String key,
String value)
Add a single AffectedResources entry
|
AwsApiCallAction |
AwsApiCallAction.clearAffectedResourcesEntries()
Removes all the entries added into AffectedResources.
|
AwsApiCallAction |
AwsApiCallAction.clone() |
AwsApiCallAction |
Action.getAwsApiCallAction()
Included if
ActionType is AWS_API_CALL. |
AwsApiCallAction |
AwsApiCallAction.withAffectedResources(Map<String,String> affectedResources)
Identifies the resources that were affected by the API call.
|
AwsApiCallAction |
AwsApiCallAction.withApi(String api)
The name of the API method that was issued.
|
AwsApiCallAction |
AwsApiCallAction.withCallerType(String callerType)
Indicates whether the API call originated from a remote IP address (
remoteip) or from a DNS domain (
domain). |
AwsApiCallAction |
AwsApiCallAction.withDomainDetails(AwsApiCallActionDomainDetails domainDetails)
Provided if
CallerType is domain. |
AwsApiCallAction |
AwsApiCallAction.withFirstSeen(String firstSeen)
An ISO8601-formatted timestamp that indicates when the API call was first observed.
|
AwsApiCallAction |
AwsApiCallAction.withLastSeen(String lastSeen)
An ISO8601-formatted timestamp that indicates when the API call was most recently observed.
|
AwsApiCallAction |
AwsApiCallAction.withRemoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Provided if
CallerType is remoteIp. |
AwsApiCallAction |
AwsApiCallAction.withServiceName(String serviceName)
The name of the Amazon Web Services service that the API method belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setAwsApiCallAction(AwsApiCallAction awsApiCallAction)
Included if
ActionType is AWS_API_CALL. |
Action |
Action.withAwsApiCallAction(AwsApiCallAction awsApiCallAction)
Included if
ActionType is AWS_API_CALL. |
Copyright © 2021. All rights reserved.