| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
RemoteIpDetails |
RemoteIpDetails.clone() |
RemoteIpDetails |
AwsApiCallAction.getRemoteIpDetails()
Remote IP information of the connection.
|
RemoteIpDetails |
NetworkConnectionAction.getRemoteIpDetails()
Remote IP information of the connection.
|
RemoteIpDetails |
PortProbeDetail.getRemoteIpDetails()
Remote IP information of the connection.
|
RemoteIpDetails |
RemoteIpDetails.withCity(City city)
City information of the remote IP address.
|
RemoteIpDetails |
RemoteIpDetails.withCountry(Country country)
Country code of the remote IP address.
|
RemoteIpDetails |
RemoteIpDetails.withGeoLocation(GeoLocation geoLocation)
Location information of the remote IP address.
|
RemoteIpDetails |
RemoteIpDetails.withIpAddressV4(String ipAddressV4)
IPV4 remote address of the connection.
|
RemoteIpDetails |
RemoteIpDetails.withOrganization(Organization organization)
ISP Organization information of the remote IP address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsApiCallAction.setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
void |
NetworkConnectionAction.setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
void |
PortProbeDetail.setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
AwsApiCallAction |
AwsApiCallAction.withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
NetworkConnectionAction |
NetworkConnectionAction.withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
PortProbeDetail |
PortProbeDetail.withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
Remote IP information of the connection.
|
Copyright © 2019. All rights reserved.