| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static ListGeoLocationsResponse.Builder |
ListGeoLocationsResponse.builder() |
ListGeoLocationsResponse.Builder |
ListGeoLocationsResponse.Builder.geoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route
53 supports for geolocation. |
ListGeoLocationsResponse.Builder |
ListGeoLocationsResponse.Builder.geoLocationDetailsList(Consumer<GeoLocationDetails.Builder>... geoLocationDetailsList)
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route
53 supports for geolocation. |
ListGeoLocationsResponse.Builder |
ListGeoLocationsResponse.Builder.geoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList)
A complex type that contains one
GeoLocationDetails element for each location that Amazon Route
53 supports for geolocation. |
ListGeoLocationsResponse.Builder |
ListGeoLocationsResponse.Builder.isTruncated(Boolean isTruncated)
A value that indicates whether more locations remain to be listed after the last location in this response.
|
ListGeoLocationsResponse.Builder |
ListGeoLocationsResponse.Builder.maxItems(String maxItems)
The value that you specified for
MaxItems in the request. |
ListGeoLocationsResponse.Builder |
ListGeoLocationsResponse.Builder.nextContinentCode(String nextContinentCode)
If
IsTruncated is true, you can make a follow-up request to display more locations. |
ListGeoLocationsResponse.Builder |
ListGeoLocationsResponse.Builder.nextCountryCode(String nextCountryCode)
If
IsTruncated is true, you can make a follow-up request to display more locations. |
ListGeoLocationsResponse.Builder |
ListGeoLocationsResponse.Builder.nextSubdivisionCode(String nextSubdivisionCode)
If
IsTruncated is true, you can make a follow-up request to display more locations. |
ListGeoLocationsResponse.Builder |
ListGeoLocationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGeoLocationsResponse.Builder> |
ListGeoLocationsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.