Uses of Class
software.amazon.awssdk.services.ssm.model.InstanceProperty
-
Packages that use InstanceProperty Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 InstanceProperty Modifier and Type Method Description List<InstanceProperty>DescribeInstancePropertiesResponse. instanceProperties()Properties for the managed instances.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstanceProperty Modifier and Type Method Description DescribeInstancePropertiesResponse.BuilderDescribeInstancePropertiesResponse.Builder. instanceProperties(InstanceProperty... instanceProperties)Properties for the managed instances.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstanceProperty Modifier and Type Method Description DescribeInstancePropertiesResponse.BuilderDescribeInstancePropertiesResponse.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 InstanceProperty Modifier and Type Method Description SdkIterable<InstanceProperty>DescribeInstancePropertiesIterable. instanceProperties()Returns an iterable to iterate through the paginatedDescribeInstancePropertiesResponse.instanceProperties()member.SdkPublisher<InstanceProperty>DescribeInstancePropertiesPublisher. instanceProperties()Returns a publisher that can be used to get a stream of data.
-