Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.ReadinessCheckOutput
-
Packages that use ReadinessCheckOutput Package Description software.amazon.awssdk.services.route53recoveryreadiness.model software.amazon.awssdk.services.route53recoveryreadiness.paginators -
-
Uses of ReadinessCheckOutput in software.amazon.awssdk.services.route53recoveryreadiness.model
Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return types with arguments of type ReadinessCheckOutput Modifier and Type Method Description List<ReadinessCheckOutput>ListReadinessChecksResponse. readinessChecks()A list of readiness checks associated with the account.Methods in software.amazon.awssdk.services.route53recoveryreadiness.model with parameters of type ReadinessCheckOutput Modifier and Type Method Description ListReadinessChecksResponse.BuilderListReadinessChecksResponse.Builder. readinessChecks(ReadinessCheckOutput... readinessChecks)A list of readiness checks associated with the account.Method parameters in software.amazon.awssdk.services.route53recoveryreadiness.model with type arguments of type ReadinessCheckOutput Modifier and Type Method Description ListReadinessChecksResponse.BuilderListReadinessChecksResponse.Builder. readinessChecks(Collection<ReadinessCheckOutput> readinessChecks)A list of readiness checks associated with the account. -
Uses of ReadinessCheckOutput in software.amazon.awssdk.services.route53recoveryreadiness.paginators
Methods in software.amazon.awssdk.services.route53recoveryreadiness.paginators that return types with arguments of type ReadinessCheckOutput Modifier and Type Method Description SdkIterable<ReadinessCheckOutput>ListReadinessChecksIterable. readinessChecks()Returns an iterable to iterate through the paginatedListReadinessChecksResponse.readinessChecks()member.SdkPublisher<ReadinessCheckOutput>ListReadinessChecksPublisher. readinessChecks()Returns a publisher that can be used to get a stream of data.
-