| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static Country.Builder |
Country.builder() |
Country.Builder |
Country.Builder.countryCode(String countryCode)
The country code of the remote IP address.
|
Country.Builder |
Country.Builder.countryName(String countryName)
The country name of the remote IP address.
|
Country.Builder |
Country.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Country.Builder> |
Country.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RemoteIpDetails.Builder |
RemoteIpDetails.Builder.country(Consumer<Country.Builder> country)
The country code of the remote IP address.
|
Copyright © 2023. All rights reserved.