| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static Country.Builder |
Country.builder() |
Country.Builder |
Country.Builder.countryCode(String countryCode)
The 2-letter ISO 3166 country code for the country.
|
Country.Builder |
Country.Builder.countryName(String countryName)
The name of the country.
|
Country.Builder |
Country.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Country.Builder> |
Country.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionRemoteIpDetails.Builder |
ActionRemoteIpDetails.Builder.country(Consumer<Country.Builder> country)
The country where the remote IP address is located.
|
Copyright © 2023. All rights reserved.