Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.ResourceResult
-
Packages that use ResourceResult Package Description software.amazon.awssdk.services.route53recoveryreadiness.model software.amazon.awssdk.services.route53recoveryreadiness.paginators -
-
Uses of ResourceResult in software.amazon.awssdk.services.route53recoveryreadiness.model
Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return types with arguments of type ResourceResult Modifier and Type Method Description List<ResourceResult>GetReadinessCheckStatusResponse. resources()Summary of the readiness of resources.Methods in software.amazon.awssdk.services.route53recoveryreadiness.model with parameters of type ResourceResult Modifier and Type Method Description GetReadinessCheckStatusResponse.BuilderGetReadinessCheckStatusResponse.Builder. resources(ResourceResult... resources)Summary of the readiness of resources.Method parameters in software.amazon.awssdk.services.route53recoveryreadiness.model with type arguments of type ResourceResult Modifier and Type Method Description GetReadinessCheckStatusResponse.BuilderGetReadinessCheckStatusResponse.Builder. resources(Collection<ResourceResult> resources)Summary of the readiness of resources. -
Uses of ResourceResult in software.amazon.awssdk.services.route53recoveryreadiness.paginators
Methods in software.amazon.awssdk.services.route53recoveryreadiness.paginators that return types with arguments of type ResourceResult Modifier and Type Method Description SdkIterable<ResourceResult>GetReadinessCheckStatusIterable. resources()Returns an iterable to iterate through the paginatedGetReadinessCheckStatusResponse.resources()member.SdkPublisher<ResourceResult>GetReadinessCheckStatusPublisher. resources()Returns a publisher that can be used to get a stream of data.
-