| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.clone() |
Organization |
RemoteIpDetails.getOrganization()
The ISP organization information of the remote IP address.
|
Organization |
Organization.withAsn(String asn)
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
|
Organization |
Organization.withAsnOrg(String asnOrg)
The organization that registered this ASN.
|
Organization |
Organization.withIsp(String isp)
The ISP information for the internet provider.
|
Organization |
Organization.withOrg(String org)
The name of the internet provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteIpDetails.setOrganization(Organization organization)
The ISP organization information of the remote IP address.
|
RemoteIpDetails |
RemoteIpDetails.withOrganization(Organization organization)
The ISP organization information of the remote IP address.
|
Copyright © 2022. All rights reserved.