| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
DnsRequestAction |
DnsRequestAction.clone() |
DnsRequestAction |
Action.getDnsRequestAction()
Included if
ActionType is DNS_REQUEST. |
DnsRequestAction |
DnsRequestAction.withBlocked(Boolean blocked)
Indicates whether the DNS request was blocked.
|
DnsRequestAction |
DnsRequestAction.withDomain(String domain)
The DNS domain that is associated with the DNS request.
|
DnsRequestAction |
DnsRequestAction.withProtocol(String protocol)
The protocol that was used for the DNS request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setDnsRequestAction(DnsRequestAction dnsRequestAction)
Included if
ActionType is DNS_REQUEST. |
Action |
Action.withDnsRequestAction(DnsRequestAction dnsRequestAction)
Included if
ActionType is DNS_REQUEST. |
Copyright © 2024. All rights reserved.