Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.ResourceSetOutput
-
Packages that use ResourceSetOutput Package Description software.amazon.awssdk.services.route53recoveryreadiness.model software.amazon.awssdk.services.route53recoveryreadiness.paginators -
-
Uses of ResourceSetOutput in software.amazon.awssdk.services.route53recoveryreadiness.model
Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return types with arguments of type ResourceSetOutput Modifier and Type Method Description List<ResourceSetOutput>ListResourceSetsResponse. resourceSets()A list of resource sets associated with the account.Methods in software.amazon.awssdk.services.route53recoveryreadiness.model with parameters of type ResourceSetOutput Modifier and Type Method Description ListResourceSetsResponse.BuilderListResourceSetsResponse.Builder. resourceSets(ResourceSetOutput... resourceSets)A list of resource sets associated with the account.Method parameters in software.amazon.awssdk.services.route53recoveryreadiness.model with type arguments of type ResourceSetOutput Modifier and Type Method Description ListResourceSetsResponse.BuilderListResourceSetsResponse.Builder. resourceSets(Collection<ResourceSetOutput> resourceSets)A list of resource sets associated with the account. -
Uses of ResourceSetOutput in software.amazon.awssdk.services.route53recoveryreadiness.paginators
Methods in software.amazon.awssdk.services.route53recoveryreadiness.paginators that return types with arguments of type ResourceSetOutput Modifier and Type Method Description SdkIterable<ResourceSetOutput>ListResourceSetsIterable. resourceSets()Returns an iterable to iterate through the paginatedListResourceSetsResponse.resourceSets()member.SdkPublisher<ResourceSetOutput>ListResourceSetsPublisher. resourceSets()Returns a publisher that can be used to get a stream of data.
-