| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static IpAddressDetails.Builder |
IpAddressDetails.builder() |
IpAddressDetails.Builder |
IpAddressDetails.Builder.ipAddressV4(String ipAddressV4)
The Internet Protocol version 4 (IPv4) address of the device.
|
default IpAddressDetails.Builder |
IpAddressDetails.Builder.ipCity(Consumer<IpCity.Builder> ipCity)
The city that the IP address originated from.
|
IpAddressDetails.Builder |
IpAddressDetails.Builder.ipCity(IpCity ipCity)
The city that the IP address originated from.
|
default IpAddressDetails.Builder |
IpAddressDetails.Builder.ipCountry(Consumer<IpCountry.Builder> ipCountry)
The country that the IP address originated from.
|
IpAddressDetails.Builder |
IpAddressDetails.Builder.ipCountry(IpCountry ipCountry)
The country that the IP address originated from.
|
default IpAddressDetails.Builder |
IpAddressDetails.Builder.ipGeoLocation(Consumer<IpGeoLocation.Builder> ipGeoLocation)
The geographic coordinates of the location that the IP address originated from.
|
IpAddressDetails.Builder |
IpAddressDetails.Builder.ipGeoLocation(IpGeoLocation ipGeoLocation)
The geographic coordinates of the location that the IP address originated from.
|
default IpAddressDetails.Builder |
IpAddressDetails.Builder.ipOwner(Consumer<IpOwner.Builder> ipOwner)
The registered owner of the IP address.
|
IpAddressDetails.Builder |
IpAddressDetails.Builder.ipOwner(IpOwner ipOwner)
The registered owner of the IP address.
|
IpAddressDetails.Builder |
IpAddressDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IpAddressDetails.Builder> |
IpAddressDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FindingActor.Builder |
FindingActor.Builder.ipAddressDetails(Consumer<IpAddressDetails.Builder> ipAddressDetails)
The IP address of the device that the entity used to perform the action on the affected resource.
|
Copyright © 2021. All rights reserved.