| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static IpCountry.Builder |
IpCountry.builder() |
IpCountry.Builder |
IpCountry.Builder.code(String code)
The two-character code, in ISO 3166-1 alpha-2 format, for the country that the IP address originated from.
|
IpCountry.Builder |
IpCountry.Builder.name(String name)
The name of the country that the IP address originated from.
|
IpCountry.Builder |
IpCountry.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IpCountry.Builder> |
IpCountry.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IpAddressDetails.Builder |
IpAddressDetails.Builder.ipCountry(Consumer<IpCountry.Builder> ipCountry)
The country that the IP address originated from.
|
Copyright © 2021. All rights reserved.