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