Uses of Class
software.amazon.awssdk.services.ssm.model.InstanceInformation
Packages that use InstanceInformation
Package
Description
-
Uses of InstanceInformation in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstanceInformationModifier and TypeMethodDescriptionfinal List<InstanceInformation>DescribeInstanceInformationResponse.instanceInformationList()The managed node information list.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstanceInformationModifier and TypeMethodDescriptionDescribeInstanceInformationResponse.Builder.instanceInformationList(InstanceInformation... instanceInformationList) The managed node information list.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstanceInformationModifier and TypeMethodDescriptionDescribeInstanceInformationResponse.Builder.instanceInformationList(Collection<InstanceInformation> instanceInformationList) The managed node information list. -
Uses of InstanceInformation in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type InstanceInformationModifier and TypeMethodDescriptionfinal SdkIterable<InstanceInformation>DescribeInstanceInformationIterable.instanceInformationList()Returns an iterable to iterate through the paginatedDescribeInstanceInformationResponse.instanceInformationList()member.final SdkPublisher<InstanceInformation>DescribeInstanceInformationPublisher.instanceInformationList()Returns a publisher that can be used to get a stream of data.