Uses of Class
software.amazon.awssdk.services.ssm.model.InstanceProperty
Packages that use InstanceProperty
Package
Description
-
Uses of InstanceProperty in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstancePropertyModifier and TypeMethodDescriptionfinal List<InstanceProperty>DescribeInstancePropertiesResponse.instanceProperties()Properties for the managed instances.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstancePropertyModifier and TypeMethodDescriptionDescribeInstancePropertiesResponse.Builder.instanceProperties(InstanceProperty... instanceProperties) Properties for the managed instances.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstancePropertyModifier and TypeMethodDescriptionDescribeInstancePropertiesResponse.Builder.instanceProperties(Collection<InstanceProperty> instanceProperties) Properties for the managed instances. -
Uses of InstanceProperty in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type InstancePropertyModifier and TypeMethodDescriptionfinal SdkIterable<InstanceProperty>DescribeInstancePropertiesIterable.instanceProperties()Returns an iterable to iterate through the paginatedDescribeInstancePropertiesResponse.instanceProperties()member.final SdkPublisher<InstanceProperty>DescribeInstancePropertiesPublisher.instanceProperties()Returns a publisher that can be used to get a stream of data.