Uses of Interface
software.amazon.awssdk.services.route53.model.UpdateHealthCheckResponse.Builder
-
Packages that use UpdateHealthCheckResponse.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of UpdateHealthCheckResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return UpdateHealthCheckResponse.Builder Modifier and Type Method Description static UpdateHealthCheckResponse.BuilderUpdateHealthCheckResponse. builder()default UpdateHealthCheckResponse.BuilderUpdateHealthCheckResponse.Builder. healthCheck(Consumer<HealthCheck.Builder> healthCheck)A complex type that contains the response to anUpdateHealthCheckrequest.UpdateHealthCheckResponse.BuilderUpdateHealthCheckResponse.Builder. healthCheck(HealthCheck healthCheck)A complex type that contains the response to anUpdateHealthCheckrequest.UpdateHealthCheckResponse.BuilderUpdateHealthCheckResponse. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type UpdateHealthCheckResponse.Builder Modifier and Type Method Description static Class<? extends UpdateHealthCheckResponse.Builder>UpdateHealthCheckResponse. serializableBuilderClass()
-