| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ActionRemoteIpDetails |
ActionRemoteIpDetails.clone() |
ActionRemoteIpDetails |
PortProbeDetail.getRemoteIpDetails()
Provides information about the remote IP address that performed the scan.
|
ActionRemoteIpDetails |
AwsApiCallAction.getRemoteIpDetails()
Provided if
CallerType is remoteIp. |
ActionRemoteIpDetails |
NetworkConnectionAction.getRemoteIpDetails()
Information about the remote IP address that issued the network connection request.
|
ActionRemoteIpDetails |
ActionRemoteIpDetails.withCity(City city)
The city where the remote IP address is located.
|
ActionRemoteIpDetails |
ActionRemoteIpDetails.withCountry(Country country)
The country where the remote IP address is located.
|
ActionRemoteIpDetails |
ActionRemoteIpDetails.withGeoLocation(GeoLocation geoLocation)
The coordinates of the location of the remote IP address.
|
ActionRemoteIpDetails |
ActionRemoteIpDetails.withIpAddressV4(String ipAddressV4)
The IP address.
|
ActionRemoteIpDetails |
ActionRemoteIpDetails.withOrganization(IpOrganizationDetails organization)
The internet service provider (ISP) organization associated with the remote IP address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortProbeDetail.setRemoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Provides information about the remote IP address that performed the scan.
|
void |
AwsApiCallAction.setRemoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Provided if
CallerType is remoteIp. |
void |
NetworkConnectionAction.setRemoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Information about the remote IP address that issued the network connection request.
|
PortProbeDetail |
PortProbeDetail.withRemoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Provides information about the remote IP address that performed the scan.
|
AwsApiCallAction |
AwsApiCallAction.withRemoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Provided if
CallerType is remoteIp. |
NetworkConnectionAction |
NetworkConnectionAction.withRemoteIpDetails(ActionRemoteIpDetails remoteIpDetails)
Information about the remote IP address that issued the network connection request.
|
Copyright © 2024. All rights reserved.