Uses of Class
software.amazon.awssdk.services.ssm.model.Node
Packages that use Node
Package
Description
-
Uses of Node in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type NodeModifier and TypeMethodDescriptionListNodesResponse.nodes()A list of managed nodes that match the specified filter criteria.Methods in software.amazon.awssdk.services.ssm.model with parameters of type NodeModifier and TypeMethodDescriptionA list of managed nodes that match the specified filter criteria.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type NodeModifier and TypeMethodDescriptionListNodesResponse.Builder.nodes(Collection<Node> nodes) A list of managed nodes that match the specified filter criteria. -
Uses of Node in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type NodeModifier and TypeMethodDescriptionfinal SdkIterable<Node>ListNodesIterable.nodes()Returns an iterable to iterate through the paginatedListNodesResponse.nodes()member.final SdkPublisher<Node>ListNodesPublisher.nodes()Returns a publisher that can be used to get a stream of data.