Uses of Class
com.amazonaws.services.opsworks.model.DescribeCommandsResult
Packages that use DescribeCommandsResult
-
Uses of DescribeCommandsResult in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks that return DescribeCommandsResultModifier and TypeMethodDescriptionAbstractAWSOpsWorks.describeCommands
(DescribeCommandsRequest request) AWSOpsWorks.describeCommands
(DescribeCommandsRequest describeCommandsRequest) Describes the results of specified commands.AWSOpsWorksClient.describeCommands
(DescribeCommandsRequest describeCommandsRequest) Describes the results of specified commands.Methods in com.amazonaws.services.opsworks that return types with arguments of type DescribeCommandsResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.describeCommandsAsync
(DescribeCommandsRequest request) AbstractAWSOpsWorksAsync.describeCommandsAsync
(DescribeCommandsRequest request, AsyncHandler<DescribeCommandsRequest, DescribeCommandsResult> asyncHandler) AWSOpsWorksAsync.describeCommandsAsync
(DescribeCommandsRequest describeCommandsRequest) Describes the results of specified commands.AWSOpsWorksAsync.describeCommandsAsync
(DescribeCommandsRequest describeCommandsRequest, AsyncHandler<DescribeCommandsRequest, DescribeCommandsResult> asyncHandler) Describes the results of specified commands.AWSOpsWorksAsyncClient.describeCommandsAsync
(DescribeCommandsRequest request) AWSOpsWorksAsyncClient.describeCommandsAsync
(DescribeCommandsRequest request, AsyncHandler<DescribeCommandsRequest, DescribeCommandsResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type DescribeCommandsResultModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.describeCommandsAsync
(DescribeCommandsRequest request, AsyncHandler<DescribeCommandsRequest, DescribeCommandsResult> asyncHandler) AWSOpsWorksAsync.describeCommandsAsync
(DescribeCommandsRequest describeCommandsRequest, AsyncHandler<DescribeCommandsRequest, DescribeCommandsResult> asyncHandler) Describes the results of specified commands.AWSOpsWorksAsyncClient.describeCommandsAsync
(DescribeCommandsRequest request, AsyncHandler<DescribeCommandsRequest, DescribeCommandsResult> asyncHandler) -
Uses of DescribeCommandsResult in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DescribeCommandsResultModifier and TypeMethodDescriptionDescribeCommandsResult.clone()
DescribeCommandsResult.withCommands
(Command... commands) An array ofCommand
objects that describe each of the specified commands.DescribeCommandsResult.withCommands
(Collection<Command> commands) An array ofCommand
objects that describe each of the specified commands.