Uses of Interface
software.amazon.awssdk.services.route53.model.ListHostedZonesResponse.Builder
Packages that use ListHostedZonesResponse.Builder
-
Uses of ListHostedZonesResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListHostedZonesResponse.BuilderModifier and TypeMethodDescriptionListHostedZonesResponse.builder()ListHostedZonesResponse.Builder.hostedZones(Collection<HostedZone> hostedZones) A complex type that contains general information about the hosted zone.ListHostedZonesResponse.Builder.hostedZones(Consumer<HostedZone.Builder>... hostedZones) A complex type that contains general information about the hosted zone.ListHostedZonesResponse.Builder.hostedZones(HostedZone... hostedZones) A complex type that contains general information about the hosted zone.ListHostedZonesResponse.Builder.isTruncated(Boolean isTruncated) A flag indicating whether there are more hosted zones to be listed.For the second and subsequent calls toListHostedZones,Markeris the value that you specified for themarkerparameter in the request that produced the current response.The value that you specified for themaxitemsparameter in the call toListHostedZonesthat produced the current response.ListHostedZonesResponse.Builder.nextMarker(String nextMarker) IfIsTruncatedistrue, the value ofNextMarkeridentifies the first hosted zone in the next group of hosted zones.ListHostedZonesResponse.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListHostedZonesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListHostedZonesResponse.Builder>ListHostedZonesResponse.serializableBuilderClass()