Uses of Class
com.amazonaws.services.opsworks.model.DescribeCommandsRequest
Packages that use DescribeCommandsRequest
-
Uses of DescribeCommandsRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type DescribeCommandsRequestModifier 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.AbstractAWSOpsWorksAsync.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 DescribeCommandsRequestModifier 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 DescribeCommandsRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DescribeCommandsRequestModifier and TypeMethodDescriptionDescribeCommandsRequest.clone()DescribeCommandsRequest.withCommandIds(String... commandIds) An array of command IDs.DescribeCommandsRequest.withCommandIds(Collection<String> commandIds) An array of command IDs.DescribeCommandsRequest.withDeploymentId(String deploymentId) The deployment ID.DescribeCommandsRequest.withInstanceId(String instanceId) The instance ID.