Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.RecoveryGroupOutput
-
Packages that use RecoveryGroupOutput Package Description software.amazon.awssdk.services.route53recoveryreadiness.model software.amazon.awssdk.services.route53recoveryreadiness.paginators -
-
Uses of RecoveryGroupOutput in software.amazon.awssdk.services.route53recoveryreadiness.model
Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return types with arguments of type RecoveryGroupOutput Modifier and Type Method Description List<RecoveryGroupOutput>ListRecoveryGroupsResponse. recoveryGroups()A list of recovery groups.Methods in software.amazon.awssdk.services.route53recoveryreadiness.model with parameters of type RecoveryGroupOutput Modifier and Type Method Description ListRecoveryGroupsResponse.BuilderListRecoveryGroupsResponse.Builder. recoveryGroups(RecoveryGroupOutput... recoveryGroups)A list of recovery groups.Method parameters in software.amazon.awssdk.services.route53recoveryreadiness.model with type arguments of type RecoveryGroupOutput Modifier and Type Method Description ListRecoveryGroupsResponse.BuilderListRecoveryGroupsResponse.Builder. recoveryGroups(Collection<RecoveryGroupOutput> recoveryGroups)A list of recovery groups. -
Uses of RecoveryGroupOutput in software.amazon.awssdk.services.route53recoveryreadiness.paginators
Methods in software.amazon.awssdk.services.route53recoveryreadiness.paginators that return types with arguments of type RecoveryGroupOutput Modifier and Type Method Description SdkIterable<RecoveryGroupOutput>ListRecoveryGroupsIterable. recoveryGroups()Returns an iterable to iterate through the paginatedListRecoveryGroupsResponse.recoveryGroups()member.SdkPublisher<RecoveryGroupOutput>ListRecoveryGroupsPublisher. recoveryGroups()Returns a publisher that can be used to get a stream of data.
-