| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
RemoteIpDetails |
RemoteIpDetails.clone() |
RemoteIpDetails |
PortProbeDetail.getRemoteIpDetails()
The remote IP information of the connection.
|
RemoteIpDetails |
KubernetesApiCallAction.getRemoteIpDetails() |
RemoteIpDetails |
NetworkConnectionAction.getRemoteIpDetails()
The remote IP information of the connection.
|
RemoteIpDetails |
AwsApiCallAction.getRemoteIpDetails()
The remote IP information of the connection that initiated the Amazon Web Services API call.
|
RemoteIpDetails |
RdsLoginAttemptAction.getRemoteIpDetails() |
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 |
PortProbeDetail.setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection.
|
void |
KubernetesApiCallAction.setRemoteIpDetails(RemoteIpDetails remoteIpDetails) |
void |
NetworkConnectionAction.setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection.
|
void |
AwsApiCallAction.setRemoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection that initiated the Amazon Web Services API call.
|
void |
RdsLoginAttemptAction.setRemoteIpDetails(RemoteIpDetails remoteIpDetails) |
PortProbeDetail |
PortProbeDetail.withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection.
|
KubernetesApiCallAction |
KubernetesApiCallAction.withRemoteIpDetails(RemoteIpDetails remoteIpDetails) |
NetworkConnectionAction |
NetworkConnectionAction.withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection.
|
AwsApiCallAction |
AwsApiCallAction.withRemoteIpDetails(RemoteIpDetails remoteIpDetails)
The remote IP information of the connection that initiated the Amazon Web Services API call.
|
RdsLoginAttemptAction |
RdsLoginAttemptAction.withRemoteIpDetails(RemoteIpDetails remoteIpDetails) |
Copyright © 2024. All rights reserved.