Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DescribeInstanceInformationResult
Packages that use DescribeInstanceInformationResult
Package
Description
-
Uses of DescribeInstanceInformationResult in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement that return DescribeInstanceInformationResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagement.describeInstanceInformation(DescribeInstanceInformationRequest request) AWSSimpleSystemsManagement.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest) Describes one or more of your instances.AWSSimpleSystemsManagementClient.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest) Describes one or more of your instances.Methods in com.amazonaws.services.simplesystemsmanagement that return types with arguments of type DescribeInstanceInformationResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.describeInstanceInformationAsync(DescribeInstanceInformationRequest request) AbstractAWSSimpleSystemsManagementAsync.describeInstanceInformationAsync(DescribeInstanceInformationRequest request, AsyncHandler<DescribeInstanceInformationRequest, DescribeInstanceInformationResult> asyncHandler) AWSSimpleSystemsManagementAsync.describeInstanceInformationAsync(DescribeInstanceInformationRequest describeInstanceInformationRequest) Describes one or more of your instances.AWSSimpleSystemsManagementAsync.describeInstanceInformationAsync(DescribeInstanceInformationRequest describeInstanceInformationRequest, AsyncHandler<DescribeInstanceInformationRequest, DescribeInstanceInformationResult> asyncHandler) Describes one or more of your instances.AWSSimpleSystemsManagementAsyncClient.describeInstanceInformationAsync(DescribeInstanceInformationRequest request) AWSSimpleSystemsManagementAsyncClient.describeInstanceInformationAsync(DescribeInstanceInformationRequest request, AsyncHandler<DescribeInstanceInformationRequest, DescribeInstanceInformationResult> asyncHandler) Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type DescribeInstanceInformationResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.describeInstanceInformationAsync(DescribeInstanceInformationRequest request, AsyncHandler<DescribeInstanceInformationRequest, DescribeInstanceInformationResult> asyncHandler) AWSSimpleSystemsManagementAsync.describeInstanceInformationAsync(DescribeInstanceInformationRequest describeInstanceInformationRequest, AsyncHandler<DescribeInstanceInformationRequest, DescribeInstanceInformationResult> asyncHandler) Describes one or more of your instances.AWSSimpleSystemsManagementAsyncClient.describeInstanceInformationAsync(DescribeInstanceInformationRequest request, AsyncHandler<DescribeInstanceInformationRequest, DescribeInstanceInformationResult> asyncHandler) -
Uses of DescribeInstanceInformationResult in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DescribeInstanceInformationResultModifier and TypeMethodDescriptionDescribeInstanceInformationResult.clone()DescribeInstanceInformationResult.withInstanceInformationList(InstanceInformation... instanceInformationList) The instance information list.DescribeInstanceInformationResult.withInstanceInformationList(Collection<InstanceInformation> instanceInformationList) The instance information list.DescribeInstanceInformationResult.withNextToken(String nextToken) The token to use when requesting the next set of items.