Uses of Interface
software.amazon.awssdk.services.guardduty.model.RemoteIpDetails.Builder
-
Packages that use RemoteIpDetails.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of RemoteIpDetails.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return RemoteIpDetails.Builder Modifier and Type Method Description static RemoteIpDetails.BuilderRemoteIpDetails. builder()default RemoteIpDetails.BuilderRemoteIpDetails.Builder. city(Consumer<City.Builder> city)The city information of the remote IP address.RemoteIpDetails.BuilderRemoteIpDetails.Builder. city(City city)The city information of the remote IP address.default RemoteIpDetails.BuilderRemoteIpDetails.Builder. country(Consumer<Country.Builder> country)The country code of the remote IP address.RemoteIpDetails.BuilderRemoteIpDetails.Builder. country(Country country)The country code of the remote IP address.default RemoteIpDetails.BuilderRemoteIpDetails.Builder. geoLocation(Consumer<GeoLocation.Builder> geoLocation)The location information of the remote IP address.RemoteIpDetails.BuilderRemoteIpDetails.Builder. geoLocation(GeoLocation geoLocation)The location information of the remote IP address.RemoteIpDetails.BuilderRemoteIpDetails.Builder. ipAddressV4(String ipAddressV4)The IPv4 remote address of the connection.default RemoteIpDetails.BuilderRemoteIpDetails.Builder. organization(Consumer<Organization.Builder> organization)The ISP organization information of the remote IP address.RemoteIpDetails.BuilderRemoteIpDetails.Builder. organization(Organization organization)The ISP organization information of the remote IP address.RemoteIpDetails.BuilderRemoteIpDetails. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type RemoteIpDetails.Builder Modifier and Type Method Description static Class<? extends RemoteIpDetails.Builder>RemoteIpDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type RemoteIpDetails.Builder Modifier and Type Method Description default AwsApiCallAction.BuilderAwsApiCallAction.Builder. remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)The remote IP information of the connection that initiated the Amazon Web Services API call.default KubernetesApiCallAction.BuilderKubernetesApiCallAction.Builder. remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)Sets the value of the RemoteIpDetails property for this object.default NetworkConnectionAction.BuilderNetworkConnectionAction.Builder. remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)The remote IP information of the connection.default PortProbeDetail.BuilderPortProbeDetail.Builder. remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)The remote IP information of the connection.default RdsLoginAttemptAction.BuilderRdsLoginAttemptAction.Builder. remoteIpDetails(Consumer<RemoteIpDetails.Builder> remoteIpDetails)Sets the value of the RemoteIpDetails property for this object.
-