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