| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
IpOwner |
IpOwner.clone() |
IpOwner |
IpAddressDetails.getIpOwner()
The registered owner of the IP address.
|
IpOwner |
IpOwner.withAsn(String asn)
The autonomous system number (ASN) for the autonomous system that included the IP address.
|
IpOwner |
IpOwner.withAsnOrg(String asnOrg)
The organization identifier that's associated with the autonomous system number (ASN) for the autonomous system
that included the IP address.
|
IpOwner |
IpOwner.withIsp(String isp)
The name of the internet service provider (ISP) that owned the IP address.
|
IpOwner |
IpOwner.withOrg(String org)
The name of the organization that owned the IP address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressDetails.setIpOwner(IpOwner ipOwner)
The registered owner of the IP address.
|
IpAddressDetails |
IpAddressDetails.withIpOwner(IpOwner ipOwner)
The registered owner of the IP address.
|
Copyright © 2021. All rights reserved.