Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DeleteDocumentResult
Packages that use DeleteDocumentResult
Package
Description
-
Uses of DeleteDocumentResult in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement that return DeleteDocumentResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagement.deleteDocument
(DeleteDocumentRequest request) AWSSimpleSystemsManagement.deleteDocument
(DeleteDocumentRequest deleteDocumentRequest) Deletes the SSM document and all instance associations to the document.AWSSimpleSystemsManagementClient.deleteDocument
(DeleteDocumentRequest deleteDocumentRequest) Deletes the SSM document and all instance associations to the document.Methods in com.amazonaws.services.simplesystemsmanagement that return types with arguments of type DeleteDocumentResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.deleteDocumentAsync
(DeleteDocumentRequest request) AbstractAWSSimpleSystemsManagementAsync.deleteDocumentAsync
(DeleteDocumentRequest request, AsyncHandler<DeleteDocumentRequest, DeleteDocumentResult> asyncHandler) AWSSimpleSystemsManagementAsync.deleteDocumentAsync
(DeleteDocumentRequest deleteDocumentRequest) Deletes the SSM document and all instance associations to the document.AWSSimpleSystemsManagementAsync.deleteDocumentAsync
(DeleteDocumentRequest deleteDocumentRequest, AsyncHandler<DeleteDocumentRequest, DeleteDocumentResult> asyncHandler) Deletes the SSM document and all instance associations to the document.AWSSimpleSystemsManagementAsyncClient.deleteDocumentAsync
(DeleteDocumentRequest request) AWSSimpleSystemsManagementAsyncClient.deleteDocumentAsync
(DeleteDocumentRequest request, AsyncHandler<DeleteDocumentRequest, DeleteDocumentResult> asyncHandler) Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type DeleteDocumentResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.deleteDocumentAsync
(DeleteDocumentRequest request, AsyncHandler<DeleteDocumentRequest, DeleteDocumentResult> asyncHandler) AWSSimpleSystemsManagementAsync.deleteDocumentAsync
(DeleteDocumentRequest deleteDocumentRequest, AsyncHandler<DeleteDocumentRequest, DeleteDocumentResult> asyncHandler) Deletes the SSM document and all instance associations to the document.AWSSimpleSystemsManagementAsyncClient.deleteDocumentAsync
(DeleteDocumentRequest request, AsyncHandler<DeleteDocumentRequest, DeleteDocumentResult> asyncHandler) -
Uses of DeleteDocumentResult in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DeleteDocumentResult