| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Organization.Builder |
Organization.Builder.asn(String asn)
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
|
Organization.Builder |
Organization.Builder.asnOrg(String asnOrg)
The organization that registered this ASN.
|
static Organization.Builder |
Organization.builder() |
Organization.Builder |
Organization.Builder.isp(String isp)
The ISP information for the internet provider.
|
Organization.Builder |
Organization.Builder.org(String org)
The name of the internet provider.
|
Organization.Builder |
Organization.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Organization.Builder> |
Organization.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RemoteIpDetails.Builder |
RemoteIpDetails.Builder.organization(Consumer<Organization.Builder> organization)
The ISP organization information of the remote IP address.
|
Copyright © 2023. All rights reserved.