Uses of Class
software.amazon.awssdk.services.guardduty.model.RemoteIpDetails
-
Packages that use RemoteIpDetails Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of RemoteIpDetails in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return RemoteIpDetails Modifier and Type Method Description RemoteIpDetailsAwsApiCallAction. remoteIpDetails()The remote IP information of the connection that initiated the Amazon Web Services API call.RemoteIpDetailsKubernetesApiCallAction. remoteIpDetails()Returns the value of the RemoteIpDetails property for this object.RemoteIpDetailsNetworkConnectionAction. remoteIpDetails()The remote IP information of the connection.RemoteIpDetailsPortProbeDetail. remoteIpDetails()The remote IP information of the connection.RemoteIpDetailsRdsLoginAttemptAction. remoteIpDetails()Returns the value of the RemoteIpDetails property for this object.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type RemoteIpDetails Modifier and Type Method Description AwsApiCallAction.BuilderAwsApiCallAction.Builder. remoteIpDetails(RemoteIpDetails remoteIpDetails)The remote IP information of the connection that initiated the Amazon Web Services API call.KubernetesApiCallAction.BuilderKubernetesApiCallAction.Builder. remoteIpDetails(RemoteIpDetails remoteIpDetails)Sets the value of the RemoteIpDetails property for this object.NetworkConnectionAction.BuilderNetworkConnectionAction.Builder. remoteIpDetails(RemoteIpDetails remoteIpDetails)The remote IP information of the connection.PortProbeDetail.BuilderPortProbeDetail.Builder. remoteIpDetails(RemoteIpDetails remoteIpDetails)The remote IP information of the connection.RdsLoginAttemptAction.BuilderRdsLoginAttemptAction.Builder. remoteIpDetails(RemoteIpDetails remoteIpDetails)Sets the value of the RemoteIpDetails property for this object.
-