Uses of Class
software.amazon.awssdk.services.securityhub.model.ActionRemoteIpDetails
-
Packages that use ActionRemoteIpDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of ActionRemoteIpDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return ActionRemoteIpDetails Modifier and Type Method Description ActionRemoteIpDetailsAwsApiCallAction. remoteIpDetails()Provided ifCallerTypeisremoteip.ActionRemoteIpDetailsNetworkConnectionAction. remoteIpDetails()Information about the remote IP address that issued the network connection request.ActionRemoteIpDetailsPortProbeDetail. remoteIpDetails()Provides information about the remote IP address that performed the scan.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type ActionRemoteIpDetails Modifier and Type Method Description AwsApiCallAction.BuilderAwsApiCallAction.Builder. remoteIpDetails(ActionRemoteIpDetails remoteIpDetails)Provided ifCallerTypeisremoteip.NetworkConnectionAction.BuilderNetworkConnectionAction.Builder. remoteIpDetails(ActionRemoteIpDetails remoteIpDetails)Information about the remote IP address that issued the network connection request.PortProbeDetail.BuilderPortProbeDetail.Builder. remoteIpDetails(ActionRemoteIpDetails remoteIpDetails)Provides information about the remote IP address that performed the scan.
-