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