| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model | |
| software.amazon.awssdk.services.route53.paginators |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
CreateHealthCheckResponse.healthCheck()
A complex type that contains identifying information about the health check.
|
HealthCheck |
GetHealthCheckResponse.healthCheck()
A complex type that contains information about one health check that is associated with the current AWS account.
|
HealthCheck |
UpdateHealthCheckResponse.healthCheck()
A complex type that contains the response to an
UpdateHealthCheck request. |
| Modifier and Type | Method and Description |
|---|---|
List<HealthCheck> |
ListHealthChecksResponse.healthChecks()
A complex type that contains one
HealthCheck element for each health check that is associated with
the current AWS account. |
| Modifier and Type | Method and Description |
|---|---|
CreateHealthCheckResponse.Builder |
CreateHealthCheckResponse.Builder.healthCheck(HealthCheck healthCheck)
A complex type that contains identifying information about the health check.
|
GetHealthCheckResponse.Builder |
GetHealthCheckResponse.Builder.healthCheck(HealthCheck healthCheck)
A complex type that contains information about one health check that is associated with the current AWS
account.
|
UpdateHealthCheckResponse.Builder |
UpdateHealthCheckResponse.Builder.healthCheck(HealthCheck healthCheck)
A complex type that contains the response to an
UpdateHealthCheck request. |
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<HealthCheck> |
ListHealthChecksIterable.healthChecks()
Returns an iterable to iterate through the paginated
ListHealthChecksResponse.healthChecks() member. |
SdkPublisher<HealthCheck> |
ListHealthChecksPublisher.healthChecks()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.