| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
IpOwner.Builder |
IpOwner.Builder.asn(String asn)
The autonomous system number (ASN) for the autonomous system that included the IP address.
|
IpOwner.Builder |
IpOwner.Builder.asnOrg(String asnOrg)
The organization identifier that's associated with the autonomous system number (ASN) for the autonomous
system that included the IP address.
|
static IpOwner.Builder |
IpOwner.builder() |
IpOwner.Builder |
IpOwner.Builder.isp(String isp)
The name of the internet service provider (ISP) that owned the IP address.
|
IpOwner.Builder |
IpOwner.Builder.org(String org)
The name of the organization that owned the IP address.
|
IpOwner.Builder |
IpOwner.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IpOwner.Builder> |
IpOwner.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IpAddressDetails.Builder |
IpAddressDetails.Builder.ipOwner(Consumer<IpOwner.Builder> ipOwner)
The registered owner of the IP address.
|
Copyright © 2022. All rights reserved.