Uses of Class
software.amazon.awssdk.services.ssm.model.InvalidDocumentException
Packages that use InvalidDocumentException
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of InvalidDocumentException in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that throw InvalidDocumentExceptionModifier and TypeMethodDescriptiondefault CreateAssociationResponseSsmClient.createAssociation(Consumer<CreateAssociationRequest.Builder> createAssociationRequest) A State Manager association defines the state that you want to maintain on your managed nodes.default CreateAssociationResponseSsmClient.createAssociation(CreateAssociationRequest createAssociationRequest) A State Manager association defines the state that you want to maintain on your managed nodes.default CreateAssociationBatchResponseSsmClient.createAssociationBatch(Consumer<CreateAssociationBatchRequest.Builder> createAssociationBatchRequest) Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets.default CreateAssociationBatchResponseSsmClient.createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest) Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed nodes or targets.default DeleteAssociationResponseSsmClient.deleteAssociation(Consumer<DeleteAssociationRequest.Builder> deleteAssociationRequest) Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node.default DeleteAssociationResponseSsmClient.deleteAssociation(DeleteAssociationRequest deleteAssociationRequest) Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node.default DeleteDocumentResponseSsmClient.deleteDocument(Consumer<DeleteDocumentRequest.Builder> deleteDocumentRequest) Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document.default DeleteDocumentResponseSsmClient.deleteDocument(DeleteDocumentRequest deleteDocumentRequest) Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document.default DescribeAssociationResponseSsmClient.describeAssociation(Consumer<DescribeAssociationRequest.Builder> describeAssociationRequest) Describes the association for the specified target or managed node.default DescribeAssociationResponseSsmClient.describeAssociation(DescribeAssociationRequest describeAssociationRequest) Describes the association for the specified target or managed node.default DescribeDocumentResponseSsmClient.describeDocument(Consumer<DescribeDocumentRequest.Builder> describeDocumentRequest) Describes the specified Amazon Web Services Systems Manager document (SSM document).default DescribeDocumentResponseSsmClient.describeDocument(DescribeDocumentRequest describeDocumentRequest) Describes the specified Amazon Web Services Systems Manager document (SSM document).SsmClient.describeDocumentPermission(Consumer<DescribeDocumentPermissionRequest.Builder> describeDocumentPermissionRequest) Describes the permissions for a Amazon Web Services Systems Manager document (SSM document).SsmClient.describeDocumentPermission(DescribeDocumentPermissionRequest describeDocumentPermissionRequest) Describes the permissions for a Amazon Web Services Systems Manager document (SSM document).SsmClient.describeInstanceProperties(Consumer<DescribeInstancePropertiesRequest.Builder> describeInstancePropertiesRequest) An API operation used by the Systems Manager console to display information about Systems Manager managed nodes.SsmClient.describeInstanceProperties(DescribeInstancePropertiesRequest describeInstancePropertiesRequest) An API operation used by the Systems Manager console to display information about Systems Manager managed nodes.SsmClient.describeInstancePropertiesPaginator(Consumer<DescribeInstancePropertiesRequest.Builder> describeInstancePropertiesRequest) This is a variant ofSsmClient.describeInstanceProperties(software.amazon.awssdk.services.ssm.model.DescribeInstancePropertiesRequest)operation.SsmClient.describeInstancePropertiesPaginator(DescribeInstancePropertiesRequest describeInstancePropertiesRequest) This is a variant ofSsmClient.describeInstanceProperties(software.amazon.awssdk.services.ssm.model.DescribeInstancePropertiesRequest)operation.default GetCalendarStateResponseSsmClient.getCalendarState(Consumer<GetCalendarStateRequest.Builder> getCalendarStateRequest) Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time.default GetCalendarStateResponseSsmClient.getCalendarState(GetCalendarStateRequest getCalendarStateRequest) Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time.default GetDocumentResponseSsmClient.getDocument(Consumer<GetDocumentRequest.Builder> getDocumentRequest) Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).default GetDocumentResponseSsmClient.getDocument(GetDocumentRequest getDocumentRequest) Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).SsmClient.listDocumentMetadataHistory(Consumer<ListDocumentMetadataHistoryRequest.Builder> listDocumentMetadataHistoryRequest) SsmClient.listDocumentMetadataHistory(ListDocumentMetadataHistoryRequest listDocumentMetadataHistoryRequest) default ListDocumentVersionsResponseSsmClient.listDocumentVersions(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest) List all versions for a document.default ListDocumentVersionsResponseSsmClient.listDocumentVersions(ListDocumentVersionsRequest listDocumentVersionsRequest) List all versions for a document.default ListDocumentVersionsIterableSsmClient.listDocumentVersionsPaginator(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest) This is a variant ofSsmClient.listDocumentVersions(software.amazon.awssdk.services.ssm.model.ListDocumentVersionsRequest)operation.default ListDocumentVersionsIterableSsmClient.listDocumentVersionsPaginator(ListDocumentVersionsRequest listDocumentVersionsRequest) This is a variant ofSsmClient.listDocumentVersions(software.amazon.awssdk.services.ssm.model.ListDocumentVersionsRequest)operation.default ModifyDocumentPermissionResponseSsmClient.modifyDocumentPermission(Consumer<ModifyDocumentPermissionRequest.Builder> modifyDocumentPermissionRequest) Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately.default ModifyDocumentPermissionResponseSsmClient.modifyDocumentPermission(ModifyDocumentPermissionRequest modifyDocumentPermissionRequest) Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately.default SendCommandResponseSsmClient.sendCommand(Consumer<SendCommandRequest.Builder> sendCommandRequest) Runs commands on one or more managed nodes.default SendCommandResponseSsmClient.sendCommand(SendCommandRequest sendCommandRequest) Runs commands on one or more managed nodes.default StartSessionResponseSsmClient.startSession(Consumer<StartSessionRequest.Builder> startSessionRequest) Initiates a connection to a target (for example, a managed node) for a Session Manager session.default StartSessionResponseSsmClient.startSession(StartSessionRequest startSessionRequest) Initiates a connection to a target (for example, a managed node) for a Session Manager session.default UpdateAssociationResponseSsmClient.updateAssociation(Consumer<UpdateAssociationRequest.Builder> updateAssociationRequest) Updates an association.default UpdateAssociationResponseSsmClient.updateAssociation(UpdateAssociationRequest updateAssociationRequest) Updates an association.default UpdateAssociationStatusResponseSsmClient.updateAssociationStatus(Consumer<UpdateAssociationStatusRequest.Builder> updateAssociationStatusRequest) Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node.default UpdateAssociationStatusResponseSsmClient.updateAssociationStatus(UpdateAssociationStatusRequest updateAssociationStatusRequest) Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node.default UpdateDocumentResponseSsmClient.updateDocument(Consumer<UpdateDocumentRequest.Builder> updateDocumentRequest) Updates one or more values for an SSM document.default UpdateDocumentResponseSsmClient.updateDocument(UpdateDocumentRequest updateDocumentRequest) Updates one or more values for an SSM document.SsmClient.updateDocumentDefaultVersion(Consumer<UpdateDocumentDefaultVersionRequest.Builder> updateDocumentDefaultVersionRequest) Set the default version of a document.SsmClient.updateDocumentDefaultVersion(UpdateDocumentDefaultVersionRequest updateDocumentDefaultVersionRequest) Set the default version of a document.default UpdateDocumentMetadataResponseSsmClient.updateDocumentMetadata(Consumer<UpdateDocumentMetadataRequest.Builder> updateDocumentMetadataRequest) default UpdateDocumentMetadataResponseSsmClient.updateDocumentMetadata(UpdateDocumentMetadataRequest updateDocumentMetadataRequest)