Uses of Interface
software.amazon.awssdk.services.route53.model.ListGeoLocationsResponse.Builder
Packages that use ListGeoLocationsResponse.Builder
-
Uses of ListGeoLocationsResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListGeoLocationsResponse.BuilderModifier and TypeMethodDescriptionListGeoLocationsResponse.builder()ListGeoLocationsResponse.Builder.geoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList) A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.ListGeoLocationsResponse.Builder.geoLocationDetailsList(Consumer<GeoLocationDetails.Builder>... geoLocationDetailsList) A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.ListGeoLocationsResponse.Builder.geoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList) A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.ListGeoLocationsResponse.Builder.isTruncated(Boolean isTruncated) A value that indicates whether more locations remain to be listed after the last location in this response.The value that you specified forMaxItemsin the request.ListGeoLocationsResponse.Builder.nextContinentCode(String nextContinentCode) IfIsTruncatedistrue, you can make a follow-up request to display more locations.ListGeoLocationsResponse.Builder.nextCountryCode(String nextCountryCode) IfIsTruncatedistrue, you can make a follow-up request to display more locations.ListGeoLocationsResponse.Builder.nextSubdivisionCode(String nextSubdivisionCode) IfIsTruncatedistrue, you can make a follow-up request to display more locations.ListGeoLocationsResponse.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListGeoLocationsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListGeoLocationsResponse.Builder>ListGeoLocationsResponse.serializableBuilderClass()