Uses of Interface
software.amazon.awssdk.services.route53.model.ListHealthChecksResponse.Builder
Packages that use ListHealthChecksResponse.Builder
-
Uses of ListHealthChecksResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListHealthChecksResponse.BuilderModifier and TypeMethodDescriptionListHealthChecksResponse.builder()ListHealthChecksResponse.Builder.healthChecks(Collection<HealthCheck> healthChecks) A complex type that contains oneHealthCheckelement for each health check that is associated with the current Amazon Web Services account.ListHealthChecksResponse.Builder.healthChecks(Consumer<HealthCheck.Builder>... healthChecks) A complex type that contains oneHealthCheckelement for each health check that is associated with the current Amazon Web Services account.ListHealthChecksResponse.Builder.healthChecks(HealthCheck... healthChecks) A complex type that contains oneHealthCheckelement for each health check that is associated with the current Amazon Web Services account.ListHealthChecksResponse.Builder.isTruncated(Boolean isTruncated) A flag that indicates whether there are more health checks to be listed.For the second and subsequent calls toListHealthChecks,Markeris the value that you specified for themarkerparameter in the previous request.The value that you specified for themaxitemsparameter in the call toListHealthChecksthat produced the current response.ListHealthChecksResponse.Builder.nextMarker(String nextMarker) IfIsTruncatedistrue, the value ofNextMarkeridentifies the first health check that Amazon Route 53 returns if you submit anotherListHealthChecksrequest and specify the value ofNextMarkerin themarkerparameter.ListHealthChecksResponse.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListHealthChecksResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListHealthChecksResponse.Builder>ListHealthChecksResponse.serializableBuilderClass()