Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.SendCommandRequest
Packages that use SendCommandRequest
Package
Description
-
Uses of SendCommandRequest in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement with parameters of type SendCommandRequestModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagement.sendCommand(SendCommandRequest request) AWSSimpleSystemsManagement.sendCommand(SendCommandRequest sendCommandRequest) Executes commands on one or more remote instances.AWSSimpleSystemsManagementClient.sendCommand(SendCommandRequest sendCommandRequest) Executes commands on one or more remote instances.AbstractAWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest request) AbstractAWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest request, AsyncHandler<SendCommandRequest, SendCommandResult> asyncHandler) AWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest sendCommandRequest) Executes commands on one or more remote instances.AWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest sendCommandRequest, AsyncHandler<SendCommandRequest, SendCommandResult> asyncHandler) Executes commands on one or more remote instances.AWSSimpleSystemsManagementAsyncClient.sendCommandAsync(SendCommandRequest request) AWSSimpleSystemsManagementAsyncClient.sendCommandAsync(SendCommandRequest request, AsyncHandler<SendCommandRequest, SendCommandResult> asyncHandler) Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type SendCommandRequestModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest request, AsyncHandler<SendCommandRequest, SendCommandResult> asyncHandler) AWSSimpleSystemsManagementAsync.sendCommandAsync(SendCommandRequest sendCommandRequest, AsyncHandler<SendCommandRequest, SendCommandResult> asyncHandler) Executes commands on one or more remote instances.AWSSimpleSystemsManagementAsyncClient.sendCommandAsync(SendCommandRequest request, AsyncHandler<SendCommandRequest, SendCommandResult> asyncHandler) -
Uses of SendCommandRequest in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return SendCommandRequestModifier and TypeMethodDescriptionSendCommandRequest.addParametersEntry(String key, List<String> value) SendCommandRequest.clearParametersEntries()Removes all the entries added into Parameters.SendCommandRequest.clone()SendCommandRequest.withComment(String comment) User-specified information about the command, such as a brief description of what the command should do.SendCommandRequest.withDocumentHash(String documentHash) The Sha256 or Sha1 hash created by the system when the document was created.SendCommandRequest.withDocumentHashType(DocumentHashType documentHashType) Sha256 or Sha1.SendCommandRequest.withDocumentHashType(String documentHashType) Sha256 or Sha1.SendCommandRequest.withDocumentName(String documentName) Required.SendCommandRequest.withInstanceIds(String... instanceIds) Required.SendCommandRequest.withInstanceIds(Collection<String> instanceIds) Required.SendCommandRequest.withOutputS3BucketName(String outputS3BucketName) The name of the S3 bucket where command execution responses should be stored.SendCommandRequest.withOutputS3KeyPrefix(String outputS3KeyPrefix) The directory structure within the S3 bucket where the responses should be stored.SendCommandRequest.withParameters(Map<String, List<String>> parameters) The required and optional parameters specified in the SSM document being executed.SendCommandRequest.withTimeoutSeconds(Integer timeoutSeconds) If this time is reached and the command has not already started executing, it will not execute.