Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.ReadinessCheckSummary
-
Packages that use ReadinessCheckSummary Package Description software.amazon.awssdk.services.route53recoveryreadiness.model software.amazon.awssdk.services.route53recoveryreadiness.paginators -
-
Uses of ReadinessCheckSummary in software.amazon.awssdk.services.route53recoveryreadiness.model
Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return types with arguments of type ReadinessCheckSummary Modifier and Type Method Description List<ReadinessCheckSummary>GetCellReadinessSummaryResponse. readinessChecks()Summaries for the readiness checks that make up the cell.List<ReadinessCheckSummary>GetRecoveryGroupReadinessSummaryResponse. readinessChecks()Summaries of the readiness checks for the recovery group.Methods in software.amazon.awssdk.services.route53recoveryreadiness.model with parameters of type ReadinessCheckSummary Modifier and Type Method Description GetCellReadinessSummaryResponse.BuilderGetCellReadinessSummaryResponse.Builder. readinessChecks(ReadinessCheckSummary... readinessChecks)Summaries for the readiness checks that make up the cell.GetRecoveryGroupReadinessSummaryResponse.BuilderGetRecoveryGroupReadinessSummaryResponse.Builder. readinessChecks(ReadinessCheckSummary... readinessChecks)Summaries of the readiness checks for the recovery group.Method parameters in software.amazon.awssdk.services.route53recoveryreadiness.model with type arguments of type ReadinessCheckSummary Modifier and Type Method Description GetCellReadinessSummaryResponse.BuilderGetCellReadinessSummaryResponse.Builder. readinessChecks(Collection<ReadinessCheckSummary> readinessChecks)Summaries for the readiness checks that make up the cell.GetRecoveryGroupReadinessSummaryResponse.BuilderGetRecoveryGroupReadinessSummaryResponse.Builder. readinessChecks(Collection<ReadinessCheckSummary> readinessChecks)Summaries of the readiness checks for the recovery group. -
Uses of ReadinessCheckSummary in software.amazon.awssdk.services.route53recoveryreadiness.paginators
Methods in software.amazon.awssdk.services.route53recoveryreadiness.paginators that return types with arguments of type ReadinessCheckSummary Modifier and Type Method Description SdkIterable<ReadinessCheckSummary>GetCellReadinessSummaryIterable. readinessChecks()Returns an iterable to iterate through the paginatedGetCellReadinessSummaryResponse.readinessChecks()member.SdkPublisher<ReadinessCheckSummary>GetCellReadinessSummaryPublisher. readinessChecks()Returns a publisher that can be used to get a stream of data.SdkIterable<ReadinessCheckSummary>GetRecoveryGroupReadinessSummaryIterable. readinessChecks()Returns an iterable to iterate through the paginatedGetRecoveryGroupReadinessSummaryResponse.readinessChecks()member.SdkPublisher<ReadinessCheckSummary>GetRecoveryGroupReadinessSummaryPublisher. readinessChecks()Returns a publisher that can be used to get a stream of data.
-