| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static ListHealthChecksResponse.Builder |
ListHealthChecksResponse.builder() |
ListHealthChecksResponse.Builder |
ListHealthChecksResponse.Builder.healthChecks(Collection<HealthCheck> healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated
with the current AWS account. |
ListHealthChecksResponse.Builder |
ListHealthChecksResponse.Builder.healthChecks(Consumer<HealthCheck.Builder>... healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated
with the current AWS account. |
ListHealthChecksResponse.Builder |
ListHealthChecksResponse.Builder.healthChecks(HealthCheck... healthChecks)
A complex type that contains one
HealthCheck element for each health check that is associated
with the current AWS account. |
ListHealthChecksResponse.Builder |
ListHealthChecksResponse.Builder.isTruncated(Boolean isTruncated)
A flag that indicates whether there are more health checks to be listed.
|
ListHealthChecksResponse.Builder |
ListHealthChecksResponse.Builder.marker(String marker)
For the second and subsequent calls to
ListHealthChecks, Marker is the value that
you specified for the marker parameter in the previous request. |
ListHealthChecksResponse.Builder |
ListHealthChecksResponse.Builder.maxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to
ListHealthChecks that produced the current response. |
ListHealthChecksResponse.Builder |
ListHealthChecksResponse.Builder.nextMarker(String nextMarker)
If
IsTruncated is true, the value of NextMarker identifies the first
health check that Amazon Route 53 returns if you submit another ListHealthChecks request and
specify the value of NextMarker in the marker parameter. |
ListHealthChecksResponse.Builder |
ListHealthChecksResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListHealthChecksResponse.Builder> |
ListHealthChecksResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.