Uses of Interface
software.amazon.awssdk.services.securityhub.model.Country.Builder
-
Packages that use Country.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Country.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return Country.Builder Modifier and Type Method Description static Country.BuilderCountry. builder()Country.BuilderCountry.Builder. countryCode(String countryCode)The 2-letter ISO 3166 country code for the country.Country.BuilderCountry.Builder. countryName(String countryName)The name of the country.Country.BuilderCountry. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Country.Builder Modifier and Type Method Description static Class<? extends Country.Builder>Country. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Country.Builder Modifier and Type Method Description default ActionRemoteIpDetails.BuilderActionRemoteIpDetails.Builder. country(Consumer<Country.Builder> country)The country where the remote IP address is located.
-