Uses of Class
software.amazon.awssdk.services.ssm.model.DescribeInstancePropertiesResponse
Packages that use DescribeInstancePropertiesResponse
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of DescribeInstancePropertiesResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribeInstancePropertiesResponseModifier and TypeMethodDescriptionSsmClient.describeInstanceProperties(Consumer<DescribeInstancePropertiesRequest.Builder> describeInstancePropertiesRequest) An API operation used by the Systems Manager console to display information about Systems Manager managed nodes.SsmClient.describeInstanceProperties(DescribeInstancePropertiesRequest describeInstancePropertiesRequest) An API operation used by the Systems Manager console to display information about Systems Manager managed nodes.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribeInstancePropertiesResponseModifier and TypeMethodDescriptionSsmAsyncClient.describeInstanceProperties(Consumer<DescribeInstancePropertiesRequest.Builder> describeInstancePropertiesRequest) An API operation used by the Systems Manager console to display information about Systems Manager managed nodes.SsmAsyncClient.describeInstanceProperties(DescribeInstancePropertiesRequest describeInstancePropertiesRequest) An API operation used by the Systems Manager console to display information about Systems Manager managed nodes. -
Uses of DescribeInstancePropertiesResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DescribeInstancePropertiesResponseMethod parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type DescribeInstancePropertiesResponseModifier and TypeMethodDescriptionvoidDescribeInstancePropertiesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeInstancePropertiesResponse> subscriber)