| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
default AddTagsToResourceResponse |
SsmClient.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest)
Adds or overwrites one or more tags for the specified resource.
|
default AddTagsToResourceResponse |
SsmClient.addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest)
Adds or overwrites one or more tags for the specified resource.
|
default AssociateOpsItemRelatedItemResponse |
SsmClient.associateOpsItemRelatedItem(AssociateOpsItemRelatedItemRequest associateOpsItemRelatedItemRequest)
Associates a related item to a Systems Manager OpsCenter OpsItem.
|
default AssociateOpsItemRelatedItemResponse |
SsmClient.associateOpsItemRelatedItem(Consumer<AssociateOpsItemRelatedItemRequest.Builder> associateOpsItemRelatedItemRequest)
Associates a related item to a Systems Manager OpsCenter OpsItem.
|
default CancelCommandResponse |
SsmClient.cancelCommand(CancelCommandRequest cancelCommandRequest)
Attempts to cancel the command specified by the Command ID.
|
default CancelCommandResponse |
SsmClient.cancelCommand(Consumer<CancelCommandRequest.Builder> cancelCommandRequest)
Attempts to cancel the command specified by the Command ID.
|
default CancelMaintenanceWindowExecutionResponse |
SsmClient.cancelMaintenanceWindowExecution(CancelMaintenanceWindowExecutionRequest cancelMaintenanceWindowExecutionRequest)
Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't
already starting running.
|
default CancelMaintenanceWindowExecutionResponse |
SsmClient.cancelMaintenanceWindowExecution(Consumer<CancelMaintenanceWindowExecutionRequest.Builder> cancelMaintenanceWindowExecutionRequest)
Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't
already starting running.
|
default CreateActivationResponse |
SsmClient.createActivation(Consumer<CreateActivationRequest.Builder> createActivationRequest)
Generates an activation code and activation ID you can use to register your on-premises server or virtual machine
(VM) with Amazon Web Services Systems Manager.
|
default CreateActivationResponse |
SsmClient.createActivation(CreateActivationRequest createActivationRequest)
Generates an activation code and activation ID you can use to register your on-premises server or virtual machine
(VM) with Amazon Web Services Systems Manager.
|
default CreateAssociationResponse |
SsmClient.createAssociation(Consumer<CreateAssociationRequest.Builder> createAssociationRequest)
A State Manager association defines the state that you want to maintain on your instances.
|
default CreateAssociationResponse |
SsmClient.createAssociation(CreateAssociationRequest createAssociationRequest)
A State Manager association defines the state that you want to maintain on your instances.
|
default CreateAssociationBatchResponse |
SsmClient.createAssociationBatch(Consumer<CreateAssociationBatchRequest.Builder> createAssociationBatchRequest)
Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified instances
or targets.
|
default CreateAssociationBatchResponse |
SsmClient.createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest)
Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified instances
or targets.
|
default CreateDocumentResponse |
SsmClient.createDocument(Consumer<CreateDocumentRequest.Builder> createDocumentRequest)
Creates a Amazon Web Services Systems Manager (SSM document).
|
default CreateDocumentResponse |
SsmClient.createDocument(CreateDocumentRequest createDocumentRequest)
Creates a Amazon Web Services Systems Manager (SSM document).
|
default CreateMaintenanceWindowResponse |
SsmClient.createMaintenanceWindow(Consumer<CreateMaintenanceWindowRequest.Builder> createMaintenanceWindowRequest)
Creates a new maintenance window.
|
default CreateMaintenanceWindowResponse |
SsmClient.createMaintenanceWindow(CreateMaintenanceWindowRequest createMaintenanceWindowRequest)
Creates a new maintenance window.
|
default CreateOpsItemResponse |
SsmClient.createOpsItem(Consumer<CreateOpsItemRequest.Builder> createOpsItemRequest)
Creates a new OpsItem.
|
default CreateOpsItemResponse |
SsmClient.createOpsItem(CreateOpsItemRequest createOpsItemRequest)
Creates a new OpsItem.
|
default CreateOpsMetadataResponse |
SsmClient.createOpsMetadata(Consumer<CreateOpsMetadataRequest.Builder> createOpsMetadataRequest)
If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API
operation to specify information about the new application, including the application type.
|
default CreateOpsMetadataResponse |
SsmClient.createOpsMetadata(CreateOpsMetadataRequest createOpsMetadataRequest)
If you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API
operation to specify information about the new application, including the application type.
|
default CreatePatchBaselineResponse |
SsmClient.createPatchBaseline(Consumer<CreatePatchBaselineRequest.Builder> createPatchBaselineRequest)
Creates a patch baseline.
|
default CreatePatchBaselineResponse |
SsmClient.createPatchBaseline(CreatePatchBaselineRequest createPatchBaselineRequest)
Creates a patch baseline.
|
default CreateResourceDataSyncResponse |
SsmClient.createResourceDataSync(Consumer<CreateResourceDataSyncRequest.Builder> createResourceDataSyncRequest)
A resource data sync helps you view data from multiple sources in a single location.
|
default CreateResourceDataSyncResponse |
SsmClient.createResourceDataSync(CreateResourceDataSyncRequest createResourceDataSyncRequest)
A resource data sync helps you view data from multiple sources in a single location.
|
default DeleteActivationResponse |
SsmClient.deleteActivation(Consumer<DeleteActivationRequest.Builder> deleteActivationRequest)
Deletes an activation.
|
default DeleteActivationResponse |
SsmClient.deleteActivation(DeleteActivationRequest deleteActivationRequest)
Deletes an activation.
|
default DeleteAssociationResponse |
SsmClient.deleteAssociation(Consumer<DeleteAssociationRequest.Builder> deleteAssociationRequest)
Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified
instance.
|
default DeleteAssociationResponse |
SsmClient.deleteAssociation(DeleteAssociationRequest deleteAssociationRequest)
Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified
instance.
|
default DeleteDocumentResponse |
SsmClient.deleteDocument(Consumer<DeleteDocumentRequest.Builder> deleteDocumentRequest)
Deletes the Amazon Web Services Systems Manager document (SSM document) and all instance associations to the
document.
|
default DeleteDocumentResponse |
SsmClient.deleteDocument(DeleteDocumentRequest deleteDocumentRequest)
Deletes the Amazon Web Services Systems Manager document (SSM document) and all instance associations to the
document.
|
default DeleteInventoryResponse |
SsmClient.deleteInventory(Consumer<DeleteInventoryRequest.Builder> deleteInventoryRequest)
Delete a custom inventory type or the data associated with a custom Inventory type.
|
default DeleteInventoryResponse |
SsmClient.deleteInventory(DeleteInventoryRequest deleteInventoryRequest)
Delete a custom inventory type or the data associated with a custom Inventory type.
|
default DeleteMaintenanceWindowResponse |
SsmClient.deleteMaintenanceWindow(Consumer<DeleteMaintenanceWindowRequest.Builder> deleteMaintenanceWindowRequest)
Deletes a maintenance window.
|
default DeleteMaintenanceWindowResponse |
SsmClient.deleteMaintenanceWindow(DeleteMaintenanceWindowRequest deleteMaintenanceWindowRequest)
Deletes a maintenance window.
|
default DeleteOpsMetadataResponse |
SsmClient.deleteOpsMetadata(Consumer<DeleteOpsMetadataRequest.Builder> deleteOpsMetadataRequest)
Delete OpsMetadata related to an application.
|
default DeleteOpsMetadataResponse |
SsmClient.deleteOpsMetadata(DeleteOpsMetadataRequest deleteOpsMetadataRequest)
Delete OpsMetadata related to an application.
|
default DeleteParameterResponse |
SsmClient.deleteParameter(Consumer<DeleteParameterRequest.Builder> deleteParameterRequest)
Delete a parameter from the system.
|
default DeleteParameterResponse |
SsmClient.deleteParameter(DeleteParameterRequest deleteParameterRequest)
Delete a parameter from the system.
|
default DeleteParametersResponse |
SsmClient.deleteParameters(Consumer<DeleteParametersRequest.Builder> deleteParametersRequest)
Delete a list of parameters.
|
default DeleteParametersResponse |
SsmClient.deleteParameters(DeleteParametersRequest deleteParametersRequest)
Delete a list of parameters.
|
default DeletePatchBaselineResponse |
SsmClient.deletePatchBaseline(Consumer<DeletePatchBaselineRequest.Builder> deletePatchBaselineRequest)
Deletes a patch baseline.
|
default DeletePatchBaselineResponse |
SsmClient.deletePatchBaseline(DeletePatchBaselineRequest deletePatchBaselineRequest)
Deletes a patch baseline.
|
default DeleteResourceDataSyncResponse |
SsmClient.deleteResourceDataSync(Consumer<DeleteResourceDataSyncRequest.Builder> deleteResourceDataSyncRequest)
Deletes a resource data sync configuration.
|
default DeleteResourceDataSyncResponse |
SsmClient.deleteResourceDataSync(DeleteResourceDataSyncRequest deleteResourceDataSyncRequest)
Deletes a resource data sync configuration.
|
default DeregisterManagedInstanceResponse |
SsmClient.deregisterManagedInstance(Consumer<DeregisterManagedInstanceRequest.Builder> deregisterManagedInstanceRequest)
Removes the server or virtual machine from the list of registered servers.
|
default DeregisterManagedInstanceResponse |
SsmClient.deregisterManagedInstance(DeregisterManagedInstanceRequest deregisterManagedInstanceRequest)
Removes the server or virtual machine from the list of registered servers.
|
default DeregisterPatchBaselineForPatchGroupResponse |
SsmClient.deregisterPatchBaselineForPatchGroup(Consumer<DeregisterPatchBaselineForPatchGroupRequest.Builder> deregisterPatchBaselineForPatchGroupRequest)
Removes a patch group from a patch baseline.
|
default DeregisterPatchBaselineForPatchGroupResponse |
SsmClient.deregisterPatchBaselineForPatchGroup(DeregisterPatchBaselineForPatchGroupRequest deregisterPatchBaselineForPatchGroupRequest)
Removes a patch group from a patch baseline.
|
default DeregisterTargetFromMaintenanceWindowResponse |
SsmClient.deregisterTargetFromMaintenanceWindow(Consumer<DeregisterTargetFromMaintenanceWindowRequest.Builder> deregisterTargetFromMaintenanceWindowRequest)
Removes a target from a maintenance window.
|
default DeregisterTargetFromMaintenanceWindowResponse |
SsmClient.deregisterTargetFromMaintenanceWindow(DeregisterTargetFromMaintenanceWindowRequest deregisterTargetFromMaintenanceWindowRequest)
Removes a target from a maintenance window.
|
default DeregisterTaskFromMaintenanceWindowResponse |
SsmClient.deregisterTaskFromMaintenanceWindow(Consumer<DeregisterTaskFromMaintenanceWindowRequest.Builder> deregisterTaskFromMaintenanceWindowRequest)
Removes a task from a maintenance window.
|
default DeregisterTaskFromMaintenanceWindowResponse |
SsmClient.deregisterTaskFromMaintenanceWindow(DeregisterTaskFromMaintenanceWindowRequest deregisterTaskFromMaintenanceWindowRequest)
Removes a task from a maintenance window.
|
default DescribeActivationsResponse |
SsmClient.describeActivations()
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the instances in the activation, and the number
of instances registered by using this activation.
|
default DescribeActivationsResponse |
SsmClient.describeActivations(Consumer<DescribeActivationsRequest.Builder> describeActivationsRequest)
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the instances in the activation, and the number
of instances registered by using this activation.
|
default DescribeActivationsResponse |
SsmClient.describeActivations(DescribeActivationsRequest describeActivationsRequest)
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the instances in the activation, and the number
of instances registered by using this activation.
|
default DescribeActivationsIterable |
SsmClient.describeActivationsPaginator()
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the instances in the activation, and the number
of instances registered by using this activation.
|
default DescribeActivationsIterable |
SsmClient.describeActivationsPaginator(Consumer<DescribeActivationsRequest.Builder> describeActivationsRequest)
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the instances in the activation, and the number
of instances registered by using this activation.
|
default DescribeActivationsIterable |
SsmClient.describeActivationsPaginator(DescribeActivationsRequest describeActivationsRequest)
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the instances in the activation, and the number
of instances registered by using this activation.
|
default DescribeAssociationResponse |
SsmClient.describeAssociation(Consumer<DescribeAssociationRequest.Builder> describeAssociationRequest)
Describes the association for the specified target or instance.
|
default DescribeAssociationResponse |
SsmClient.describeAssociation(DescribeAssociationRequest describeAssociationRequest)
Describes the association for the specified target or instance.
|
default DescribeAssociationExecutionsResponse |
SsmClient.describeAssociationExecutions(Consumer<DescribeAssociationExecutionsRequest.Builder> describeAssociationExecutionsRequest)
Views all executions for a specific association ID.
|
default DescribeAssociationExecutionsResponse |
SsmClient.describeAssociationExecutions(DescribeAssociationExecutionsRequest describeAssociationExecutionsRequest)
Views all executions for a specific association ID.
|
default DescribeAssociationExecutionsIterable |
SsmClient.describeAssociationExecutionsPaginator(Consumer<DescribeAssociationExecutionsRequest.Builder> describeAssociationExecutionsRequest)
Views all executions for a specific association ID.
|
default DescribeAssociationExecutionsIterable |
SsmClient.describeAssociationExecutionsPaginator(DescribeAssociationExecutionsRequest describeAssociationExecutionsRequest)
Views all executions for a specific association ID.
|
default DescribeAssociationExecutionTargetsResponse |
SsmClient.describeAssociationExecutionTargets(Consumer<DescribeAssociationExecutionTargetsRequest.Builder> describeAssociationExecutionTargetsRequest)
Views information about a specific execution of a specific association.
|
default DescribeAssociationExecutionTargetsResponse |
SsmClient.describeAssociationExecutionTargets(DescribeAssociationExecutionTargetsRequest describeAssociationExecutionTargetsRequest)
Views information about a specific execution of a specific association.
|
default DescribeAssociationExecutionTargetsIterable |
SsmClient.describeAssociationExecutionTargetsPaginator(Consumer<DescribeAssociationExecutionTargetsRequest.Builder> describeAssociationExecutionTargetsRequest)
Views information about a specific execution of a specific association.
|
default DescribeAssociationExecutionTargetsIterable |
SsmClient.describeAssociationExecutionTargetsPaginator(DescribeAssociationExecutionTargetsRequest describeAssociationExecutionTargetsRequest)
Views information about a specific execution of a specific association.
|
default DescribeAutomationExecutionsResponse |
SsmClient.describeAutomationExecutions()
Provides details about all active and terminated Automation executions.
|
default DescribeAutomationExecutionsResponse |
SsmClient.describeAutomationExecutions(Consumer<DescribeAutomationExecutionsRequest.Builder> describeAutomationExecutionsRequest)
Provides details about all active and terminated Automation executions.
|
default DescribeAutomationExecutionsResponse |
SsmClient.describeAutomationExecutions(DescribeAutomationExecutionsRequest describeAutomationExecutionsRequest)
Provides details about all active and terminated Automation executions.
|
default DescribeAutomationExecutionsIterable |
SsmClient.describeAutomationExecutionsPaginator()
Provides details about all active and terminated Automation executions.
|
default DescribeAutomationExecutionsIterable |
SsmClient.describeAutomationExecutionsPaginator(Consumer<DescribeAutomationExecutionsRequest.Builder> describeAutomationExecutionsRequest)
Provides details about all active and terminated Automation executions.
|
default DescribeAutomationExecutionsIterable |
SsmClient.describeAutomationExecutionsPaginator(DescribeAutomationExecutionsRequest describeAutomationExecutionsRequest)
Provides details about all active and terminated Automation executions.
|
default DescribeAutomationStepExecutionsResponse |
SsmClient.describeAutomationStepExecutions(Consumer<DescribeAutomationStepExecutionsRequest.Builder> describeAutomationStepExecutionsRequest)
Information about all active and terminated step executions in an Automation workflow.
|
default DescribeAutomationStepExecutionsResponse |
SsmClient.describeAutomationStepExecutions(DescribeAutomationStepExecutionsRequest describeAutomationStepExecutionsRequest)
Information about all active and terminated step executions in an Automation workflow.
|
default DescribeAutomationStepExecutionsIterable |
SsmClient.describeAutomationStepExecutionsPaginator(Consumer<DescribeAutomationStepExecutionsRequest.Builder> describeAutomationStepExecutionsRequest)
Information about all active and terminated step executions in an Automation workflow.
|
default DescribeAutomationStepExecutionsIterable |
SsmClient.describeAutomationStepExecutionsPaginator(DescribeAutomationStepExecutionsRequest describeAutomationStepExecutionsRequest)
Information about all active and terminated step executions in an Automation workflow.
|
default DescribeAvailablePatchesResponse |
SsmClient.describeAvailablePatches()
Lists all patches eligible to be included in a patch baseline.
|
default DescribeAvailablePatchesResponse |
SsmClient.describeAvailablePatches(Consumer<DescribeAvailablePatchesRequest.Builder> describeAvailablePatchesRequest)
Lists all patches eligible to be included in a patch baseline.
|
default DescribeAvailablePatchesResponse |
SsmClient.describeAvailablePatches(DescribeAvailablePatchesRequest describeAvailablePatchesRequest)
Lists all patches eligible to be included in a patch baseline.
|
default DescribeAvailablePatchesIterable |
SsmClient.describeAvailablePatchesPaginator()
Lists all patches eligible to be included in a patch baseline.
|
default DescribeAvailablePatchesIterable |
SsmClient.describeAvailablePatchesPaginator(Consumer<DescribeAvailablePatchesRequest.Builder> describeAvailablePatchesRequest)
Lists all patches eligible to be included in a patch baseline.
|
default DescribeAvailablePatchesIterable |
SsmClient.describeAvailablePatchesPaginator(DescribeAvailablePatchesRequest describeAvailablePatchesRequest)
Lists all patches eligible to be included in a patch baseline.
|
default DescribeDocumentResponse |
SsmClient.describeDocument(Consumer<DescribeDocumentRequest.Builder> describeDocumentRequest)
Describes the specified Amazon Web Services Systems Manager document (SSM document).
|
default DescribeDocumentResponse |
SsmClient.describeDocument(DescribeDocumentRequest describeDocumentRequest)
Describes the specified Amazon Web Services Systems Manager document (SSM document).
|
default DescribeDocumentPermissionResponse |
SsmClient.describeDocumentPermission(Consumer<DescribeDocumentPermissionRequest.Builder> describeDocumentPermissionRequest)
Describes the permissions for a Amazon Web Services Systems Manager document (SSM document).
|
default DescribeDocumentPermissionResponse |
SsmClient.describeDocumentPermission(DescribeDocumentPermissionRequest describeDocumentPermissionRequest)
Describes the permissions for a Amazon Web Services Systems Manager document (SSM document).
|
default DescribeEffectiveInstanceAssociationsResponse |
SsmClient.describeEffectiveInstanceAssociations(Consumer<DescribeEffectiveInstanceAssociationsRequest.Builder> describeEffectiveInstanceAssociationsRequest)
All associations for the instance(s).
|
default DescribeEffectiveInstanceAssociationsResponse |
SsmClient.describeEffectiveInstanceAssociations(DescribeEffectiveInstanceAssociationsRequest describeEffectiveInstanceAssociationsRequest)
All associations for the instance(s).
|
default DescribeEffectiveInstanceAssociationsIterable |
SsmClient.describeEffectiveInstanceAssociationsPaginator(Consumer<DescribeEffectiveInstanceAssociationsRequest.Builder> describeEffectiveInstanceAssociationsRequest)
All associations for the instance(s).
|
default DescribeEffectiveInstanceAssociationsIterable |
SsmClient.describeEffectiveInstanceAssociationsPaginator(DescribeEffectiveInstanceAssociationsRequest describeEffectiveInstanceAssociationsRequest)
All associations for the instance(s).
|
default DescribeEffectivePatchesForPatchBaselineResponse |
SsmClient.describeEffectivePatchesForPatchBaseline(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
|
default DescribeEffectivePatchesForPatchBaselineResponse |
SsmClient.describeEffectivePatchesForPatchBaseline(DescribeEffectivePatchesForPatchBaselineRequest describeEffectivePatchesForPatchBaselineRequest)
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
|
default DescribeEffectivePatchesForPatchBaselineIterable |
SsmClient.describeEffectivePatchesForPatchBaselinePaginator(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
|
default DescribeEffectivePatchesForPatchBaselineIterable |
SsmClient.describeEffectivePatchesForPatchBaselinePaginator(DescribeEffectivePatchesForPatchBaselineRequest describeEffectivePatchesForPatchBaselineRequest)
Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.
|
default DescribeInstanceAssociationsStatusResponse |
SsmClient.describeInstanceAssociationsStatus(Consumer<DescribeInstanceAssociationsStatusRequest.Builder> describeInstanceAssociationsStatusRequest)
The status of the associations for the instance(s).
|
default DescribeInstanceAssociationsStatusResponse |
SsmClient.describeInstanceAssociationsStatus(DescribeInstanceAssociationsStatusRequest describeInstanceAssociationsStatusRequest)
The status of the associations for the instance(s).
|
default DescribeInstanceAssociationsStatusIterable |
SsmClient.describeInstanceAssociationsStatusPaginator(Consumer<DescribeInstanceAssociationsStatusRequest.Builder> describeInstanceAssociationsStatusRequest)
The status of the associations for the instance(s).
|
default DescribeInstanceAssociationsStatusIterable |
SsmClient.describeInstanceAssociationsStatusPaginator(DescribeInstanceAssociationsStatusRequest describeInstanceAssociationsStatusRequest)
The status of the associations for the instance(s).
|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation()
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance status, and so on.
|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation(Consumer<DescribeInstanceInformationRequest.Builder> describeInstanceInformationRequest)
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance status, and so on.
|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance status, and so on.
|
default DescribeInstanceInformationIterable |
SsmClient.describeInstanceInformationPaginator()
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance status, and so on.
|
default DescribeInstanceInformationIterable |
SsmClient.describeInstanceInformationPaginator(Consumer<DescribeInstanceInformationRequest.Builder> describeInstanceInformationRequest)
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance status, and so on.
|
default DescribeInstanceInformationIterable |
SsmClient.describeInstanceInformationPaginator(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance status, and so on.
|
default DescribeInstancePatchesResponse |
SsmClient.describeInstancePatches(Consumer<DescribeInstancePatchesRequest.Builder> describeInstancePatchesRequest)
Retrieves information about the patches on the specified instance and their state relative to the patch baseline
being used for the instance.
|
default DescribeInstancePatchesResponse |
SsmClient.describeInstancePatches(DescribeInstancePatchesRequest describeInstancePatchesRequest)
Retrieves information about the patches on the specified instance and their state relative to the patch baseline
being used for the instance.
|
default DescribeInstancePatchesIterable |
SsmClient.describeInstancePatchesPaginator(Consumer<DescribeInstancePatchesRequest.Builder> describeInstancePatchesRequest)
Retrieves information about the patches on the specified instance and their state relative to the patch baseline
being used for the instance.
|
default DescribeInstancePatchesIterable |
SsmClient.describeInstancePatchesPaginator(DescribeInstancePatchesRequest describeInstancePatchesRequest)
Retrieves information about the patches on the specified instance and their state relative to the patch baseline
being used for the instance.
|
default DescribeInstancePatchStatesResponse |
SsmClient.describeInstancePatchStates(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest)
Retrieves the high-level patch state of one or more instances.
|
default DescribeInstancePatchStatesResponse |
SsmClient.describeInstancePatchStates(DescribeInstancePatchStatesRequest describeInstancePatchStatesRequest)
Retrieves the high-level patch state of one or more instances.
|
default DescribeInstancePatchStatesForPatchGroupResponse |
SsmClient.describeInstancePatchStatesForPatchGroup(Consumer<DescribeInstancePatchStatesForPatchGroupRequest.Builder> describeInstancePatchStatesForPatchGroupRequest)
Retrieves the high-level patch state for the instances in the specified patch group.
|
default DescribeInstancePatchStatesForPatchGroupResponse |
SsmClient.describeInstancePatchStatesForPatchGroup(DescribeInstancePatchStatesForPatchGroupRequest describeInstancePatchStatesForPatchGroupRequest)
Retrieves the high-level patch state for the instances in the specified patch group.
|
default DescribeInstancePatchStatesForPatchGroupIterable |
SsmClient.describeInstancePatchStatesForPatchGroupPaginator(Consumer<DescribeInstancePatchStatesForPatchGroupRequest.Builder> describeInstancePatchStatesForPatchGroupRequest)
Retrieves the high-level patch state for the instances in the specified patch group.
|
default DescribeInstancePatchStatesForPatchGroupIterable |
SsmClient.describeInstancePatchStatesForPatchGroupPaginator(DescribeInstancePatchStatesForPatchGroupRequest describeInstancePatchStatesForPatchGroupRequest)
Retrieves the high-level patch state for the instances in the specified patch group.
|
default DescribeInstancePatchStatesIterable |
SsmClient.describeInstancePatchStatesPaginator(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest)
Retrieves the high-level patch state of one or more instances.
|
default DescribeInstancePatchStatesIterable |
SsmClient.describeInstancePatchStatesPaginator(DescribeInstancePatchStatesRequest describeInstancePatchStatesRequest)
Retrieves the high-level patch state of one or more instances.
|
default DescribeInventoryDeletionsResponse |
SsmClient.describeInventoryDeletions()
Describes a specific delete inventory operation.
|
default DescribeInventoryDeletionsResponse |
SsmClient.describeInventoryDeletions(Consumer<DescribeInventoryDeletionsRequest.Builder> describeInventoryDeletionsRequest)
Describes a specific delete inventory operation.
|
default DescribeInventoryDeletionsResponse |
SsmClient.describeInventoryDeletions(DescribeInventoryDeletionsRequest describeInventoryDeletionsRequest)
Describes a specific delete inventory operation.
|
default DescribeInventoryDeletionsIterable |
SsmClient.describeInventoryDeletionsPaginator()
Describes a specific delete inventory operation.
|
default DescribeInventoryDeletionsIterable |
SsmClient.describeInventoryDeletionsPaginator(Consumer<DescribeInventoryDeletionsRequest.Builder> describeInventoryDeletionsRequest)
Describes a specific delete inventory operation.
|
default DescribeInventoryDeletionsIterable |
SsmClient.describeInventoryDeletionsPaginator(DescribeInventoryDeletionsRequest describeInventoryDeletionsRequest)
Describes a specific delete inventory operation.
|
default DescribeMaintenanceWindowExecutionsResponse |
SsmClient.describeMaintenanceWindowExecutions(Consumer<DescribeMaintenanceWindowExecutionsRequest.Builder> describeMaintenanceWindowExecutionsRequest)
Lists the executions of a maintenance window.
|
default DescribeMaintenanceWindowExecutionsResponse |
SsmClient.describeMaintenanceWindowExecutions(DescribeMaintenanceWindowExecutionsRequest describeMaintenanceWindowExecutionsRequest)
Lists the executions of a maintenance window.
|
default DescribeMaintenanceWindowExecutionsIterable |
SsmClient.describeMaintenanceWindowExecutionsPaginator(Consumer<DescribeMaintenanceWindowExecutionsRequest.Builder> describeMaintenanceWindowExecutionsRequest)
Lists the executions of a maintenance window.
|
default DescribeMaintenanceWindowExecutionsIterable |
SsmClient.describeMaintenanceWindowExecutionsPaginator(DescribeMaintenanceWindowExecutionsRequest describeMaintenanceWindowExecutionsRequest)
Lists the executions of a maintenance window.
|
default DescribeMaintenanceWindowExecutionTaskInvocationsResponse |
SsmClient.describeMaintenanceWindowExecutionTaskInvocations(Consumer<DescribeMaintenanceWindowExecutionTaskInvocationsRequest.Builder> describeMaintenanceWindowExecutionTaskInvocationsRequest)
Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance
window execution.
|
default DescribeMaintenanceWindowExecutionTaskInvocationsResponse |
SsmClient.describeMaintenanceWindowExecutionTaskInvocations(DescribeMaintenanceWindowExecutionTaskInvocationsRequest describeMaintenanceWindowExecutionTaskInvocationsRequest)
Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance
window execution.
|
default DescribeMaintenanceWindowExecutionTaskInvocationsIterable |
SsmClient.describeMaintenanceWindowExecutionTaskInvocationsPaginator(Consumer<DescribeMaintenanceWindowExecutionTaskInvocationsRequest.Builder> describeMaintenanceWindowExecutionTaskInvocationsRequest)
Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance
window execution.
|
default DescribeMaintenanceWindowExecutionTaskInvocationsIterable |
SsmClient.describeMaintenanceWindowExecutionTaskInvocationsPaginator(DescribeMaintenanceWindowExecutionTaskInvocationsRequest describeMaintenanceWindowExecutionTaskInvocationsRequest)
Retrieves the individual task executions (one per target) for a particular task run as part of a maintenance
window execution.
|
default DescribeMaintenanceWindowExecutionTasksResponse |
SsmClient.describeMaintenanceWindowExecutionTasks(Consumer<DescribeMaintenanceWindowExecutionTasksRequest.Builder> describeMaintenanceWindowExecutionTasksRequest)
For a given maintenance window execution, lists the tasks that were run.
|
default DescribeMaintenanceWindowExecutionTasksResponse |
SsmClient.describeMaintenanceWindowExecutionTasks(DescribeMaintenanceWindowExecutionTasksRequest describeMaintenanceWindowExecutionTasksRequest)
For a given maintenance window execution, lists the tasks that were run.
|
default DescribeMaintenanceWindowExecutionTasksIterable |
SsmClient.describeMaintenanceWindowExecutionTasksPaginator(Consumer<DescribeMaintenanceWindowExecutionTasksRequest.Builder> describeMaintenanceWindowExecutionTasksRequest)
For a given maintenance window execution, lists the tasks that were run.
|
default DescribeMaintenanceWindowExecutionTasksIterable |
SsmClient.describeMaintenanceWindowExecutionTasksPaginator(DescribeMaintenanceWindowExecutionTasksRequest describeMaintenanceWindowExecutionTasksRequest)
For a given maintenance window execution, lists the tasks that were run.
|
default DescribeMaintenanceWindowsResponse |
SsmClient.describeMaintenanceWindows()
Retrieves the maintenance windows in an Amazon Web Services account.
|
default DescribeMaintenanceWindowsResponse |
SsmClient.describeMaintenanceWindows(Consumer<DescribeMaintenanceWindowsRequest.Builder> describeMaintenanceWindowsRequest)
Retrieves the maintenance windows in an Amazon Web Services account.
|
default DescribeMaintenanceWindowsResponse |
SsmClient.describeMaintenanceWindows(DescribeMaintenanceWindowsRequest describeMaintenanceWindowsRequest)
Retrieves the maintenance windows in an Amazon Web Services account.
|
default DescribeMaintenanceWindowScheduleResponse |
SsmClient.describeMaintenanceWindowSchedule(Consumer<DescribeMaintenanceWindowScheduleRequest.Builder> describeMaintenanceWindowScheduleRequest)
Retrieves information about upcoming executions of a maintenance window.
|
default DescribeMaintenanceWindowScheduleResponse |
SsmClient.describeMaintenanceWindowSchedule(DescribeMaintenanceWindowScheduleRequest describeMaintenanceWindowScheduleRequest)
Retrieves information about upcoming executions of a maintenance window.
|
default DescribeMaintenanceWindowScheduleIterable |
SsmClient.describeMaintenanceWindowSchedulePaginator(Consumer<DescribeMaintenanceWindowScheduleRequest.Builder> describeMaintenanceWindowScheduleRequest)
Retrieves information about upcoming executions of a maintenance window.
|
default DescribeMaintenanceWindowScheduleIterable |
SsmClient.describeMaintenanceWindowSchedulePaginator(DescribeMaintenanceWindowScheduleRequest describeMaintenanceWindowScheduleRequest)
Retrieves information about upcoming executions of a maintenance window.
|
default DescribeMaintenanceWindowsForTargetResponse |
SsmClient.describeMaintenanceWindowsForTarget(Consumer<DescribeMaintenanceWindowsForTargetRequest.Builder> describeMaintenanceWindowsForTargetRequest)
Retrieves information about the maintenance window targets or tasks that an instance is associated with.
|
default DescribeMaintenanceWindowsForTargetResponse |
SsmClient.describeMaintenanceWindowsForTarget(DescribeMaintenanceWindowsForTargetRequest describeMaintenanceWindowsForTargetRequest)
Retrieves information about the maintenance window targets or tasks that an instance is associated with.
|
default DescribeMaintenanceWindowsForTargetIterable |
SsmClient.describeMaintenanceWindowsForTargetPaginator(Consumer<DescribeMaintenanceWindowsForTargetRequest.Builder> describeMaintenanceWindowsForTargetRequest)
Retrieves information about the maintenance window targets or tasks that an instance is associated with.
|
default DescribeMaintenanceWindowsForTargetIterable |
SsmClient.describeMaintenanceWindowsForTargetPaginator(DescribeMaintenanceWindowsForTargetRequest describeMaintenanceWindowsForTargetRequest)
Retrieves information about the maintenance window targets or tasks that an instance is associated with.
|
default DescribeMaintenanceWindowsIterable |
SsmClient.describeMaintenanceWindowsPaginator()
Retrieves the maintenance windows in an Amazon Web Services account.
|
default DescribeMaintenanceWindowsIterable |
SsmClient.describeMaintenanceWindowsPaginator(Consumer<DescribeMaintenanceWindowsRequest.Builder> describeMaintenanceWindowsRequest)
Retrieves the maintenance windows in an Amazon Web Services account.
|
default DescribeMaintenanceWindowsIterable |
SsmClient.describeMaintenanceWindowsPaginator(DescribeMaintenanceWindowsRequest describeMaintenanceWindowsRequest)
Retrieves the maintenance windows in an Amazon Web Services account.
|
default DescribeMaintenanceWindowTargetsResponse |
SsmClient.describeMaintenanceWindowTargets(Consumer<DescribeMaintenanceWindowTargetsRequest.Builder> describeMaintenanceWindowTargetsRequest)
Lists the targets registered with the maintenance window.
|
default DescribeMaintenanceWindowTargetsResponse |
SsmClient.describeMaintenanceWindowTargets(DescribeMaintenanceWindowTargetsRequest describeMaintenanceWindowTargetsRequest)
Lists the targets registered with the maintenance window.
|
default DescribeMaintenanceWindowTargetsIterable |
SsmClient.describeMaintenanceWindowTargetsPaginator(Consumer<DescribeMaintenanceWindowTargetsRequest.Builder> describeMaintenanceWindowTargetsRequest)
Lists the targets registered with the maintenance window.
|
default DescribeMaintenanceWindowTargetsIterable |
SsmClient.describeMaintenanceWindowTargetsPaginator(DescribeMaintenanceWindowTargetsRequest describeMaintenanceWindowTargetsRequest)
Lists the targets registered with the maintenance window.
|
default DescribeMaintenanceWindowTasksResponse |
SsmClient.describeMaintenanceWindowTasks(Consumer<DescribeMaintenanceWindowTasksRequest.Builder> describeMaintenanceWindowTasksRequest)
Lists the tasks in a maintenance window.
|
default DescribeMaintenanceWindowTasksResponse |
SsmClient.describeMaintenanceWindowTasks(DescribeMaintenanceWindowTasksRequest describeMaintenanceWindowTasksRequest)
Lists the tasks in a maintenance window.
|
default DescribeMaintenanceWindowTasksIterable |
SsmClient.describeMaintenanceWindowTasksPaginator(Consumer<DescribeMaintenanceWindowTasksRequest.Builder> describeMaintenanceWindowTasksRequest)
Lists the tasks in a maintenance window.
|
default DescribeMaintenanceWindowTasksIterable |
SsmClient.describeMaintenanceWindowTasksPaginator(DescribeMaintenanceWindowTasksRequest describeMaintenanceWindowTasksRequest)
Lists the tasks in a maintenance window.
|
default DescribeOpsItemsResponse |
SsmClient.describeOpsItems(Consumer<DescribeOpsItemsRequest.Builder> describeOpsItemsRequest)
Query a set of OpsItems.
|
default DescribeOpsItemsResponse |
SsmClient.describeOpsItems(DescribeOpsItemsRequest describeOpsItemsRequest)
Query a set of OpsItems.
|
default DescribeOpsItemsIterable |
SsmClient.describeOpsItemsPaginator(Consumer<DescribeOpsItemsRequest.Builder> describeOpsItemsRequest)
Query a set of OpsItems.
|
default DescribeOpsItemsIterable |
SsmClient.describeOpsItemsPaginator(DescribeOpsItemsRequest describeOpsItemsRequest)
Query a set of OpsItems.
|
default DescribeParametersResponse |
SsmClient.describeParameters()
Get information about a parameter.
|
default DescribeParametersResponse |
SsmClient.describeParameters(Consumer<DescribeParametersRequest.Builder> describeParametersRequest)
Get information about a parameter.
|
default DescribeParametersResponse |
SsmClient.describeParameters(DescribeParametersRequest describeParametersRequest)
Get information about a parameter.
|
default DescribeParametersIterable |
SsmClient.describeParametersPaginator()
Get information about a parameter.
|
default DescribeParametersIterable |
SsmClient.describeParametersPaginator(Consumer<DescribeParametersRequest.Builder> describeParametersRequest)
Get information about a parameter.
|
default DescribeParametersIterable |
SsmClient.describeParametersPaginator(DescribeParametersRequest describeParametersRequest)
Get information about a parameter.
|
default DescribePatchBaselinesResponse |
SsmClient.describePatchBaselines()
Lists the patch baselines in your Amazon Web Services account.
|
default DescribePatchBaselinesResponse |
SsmClient.describePatchBaselines(Consumer<DescribePatchBaselinesRequest.Builder> describePatchBaselinesRequest)
Lists the patch baselines in your Amazon Web Services account.
|
default DescribePatchBaselinesResponse |
SsmClient.describePatchBaselines(DescribePatchBaselinesRequest describePatchBaselinesRequest)
Lists the patch baselines in your Amazon Web Services account.
|
default DescribePatchBaselinesIterable |
SsmClient.describePatchBaselinesPaginator()
Lists the patch baselines in your Amazon Web Services account.
|
default DescribePatchBaselinesIterable |
SsmClient.describePatchBaselinesPaginator(Consumer<DescribePatchBaselinesRequest.Builder> describePatchBaselinesRequest)
Lists the patch baselines in your Amazon Web Services account.
|
default DescribePatchBaselinesIterable |
SsmClient.describePatchBaselinesPaginator(DescribePatchBaselinesRequest describePatchBaselinesRequest)
Lists the patch baselines in your Amazon Web Services account.
|
default DescribePatchGroupsResponse |
SsmClient.describePatchGroups()
Lists all patch groups that have been registered with patch baselines.
|
default DescribePatchGroupsResponse |
SsmClient.describePatchGroups(Consumer<DescribePatchGroupsRequest.Builder> describePatchGroupsRequest)
Lists all patch groups that have been registered with patch baselines.
|
default DescribePatchGroupsResponse |
SsmClient.describePatchGroups(DescribePatchGroupsRequest describePatchGroupsRequest)
Lists all patch groups that have been registered with patch baselines.
|
default DescribePatchGroupsIterable |
SsmClient.describePatchGroupsPaginator()
Lists all patch groups that have been registered with patch baselines.
|
default DescribePatchGroupsIterable |
SsmClient.describePatchGroupsPaginator(Consumer<DescribePatchGroupsRequest.Builder> describePatchGroupsRequest)
Lists all patch groups that have been registered with patch baselines.
|
default DescribePatchGroupsIterable |
SsmClient.describePatchGroupsPaginator(DescribePatchGroupsRequest describePatchGroupsRequest)
Lists all patch groups that have been registered with patch baselines.
|
default DescribePatchGroupStateResponse |
SsmClient.describePatchGroupState(Consumer<DescribePatchGroupStateRequest.Builder> describePatchGroupStateRequest)
Returns high-level aggregated patch compliance state information for a patch group.
|
default DescribePatchGroupStateResponse |
SsmClient.describePatchGroupState(DescribePatchGroupStateRequest describePatchGroupStateRequest)
Returns high-level aggregated patch compliance state information for a patch group.
|
default DescribePatchPropertiesResponse |
SsmClient.describePatchProperties(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
default DescribePatchPropertiesResponse |
SsmClient.describePatchProperties(DescribePatchPropertiesRequest describePatchPropertiesRequest)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
default DescribePatchPropertiesIterable |
SsmClient.describePatchPropertiesPaginator(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
default DescribePatchPropertiesIterable |
SsmClient.describePatchPropertiesPaginator(DescribePatchPropertiesRequest describePatchPropertiesRequest)
Lists the properties of available patches organized by product, product family, classification, severity, and
other properties of available patches.
|
default DescribeSessionsResponse |
SsmClient.describeSessions(Consumer<DescribeSessionsRequest.Builder> describeSessionsRequest)
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30
days.
|
default DescribeSessionsResponse |
SsmClient.describeSessions(DescribeSessionsRequest describeSessionsRequest)
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30
days.
|
default DescribeSessionsIterable |
SsmClient.describeSessionsPaginator(Consumer<DescribeSessionsRequest.Builder> describeSessionsRequest)
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30
days.
|
default DescribeSessionsIterable |
SsmClient.describeSessionsPaginator(DescribeSessionsRequest describeSessionsRequest)
Retrieves a list of all active sessions (both connected and disconnected) or terminated sessions from the past 30
days.
|
default DisassociateOpsItemRelatedItemResponse |
SsmClient.disassociateOpsItemRelatedItem(Consumer<DisassociateOpsItemRelatedItemRequest.Builder> disassociateOpsItemRelatedItemRequest)
Deletes the association between an OpsItem and a related item.
|
default DisassociateOpsItemRelatedItemResponse |
SsmClient.disassociateOpsItemRelatedItem(DisassociateOpsItemRelatedItemRequest disassociateOpsItemRelatedItemRequest)
Deletes the association between an OpsItem and a related item.
|
default GetAutomationExecutionResponse |
SsmClient.getAutomationExecution(Consumer<GetAutomationExecutionRequest.Builder> getAutomationExecutionRequest)
Get detailed information about a particular Automation execution.
|
default GetAutomationExecutionResponse |
SsmClient.getAutomationExecution(GetAutomationExecutionRequest getAutomationExecutionRequest)
Get detailed information about a particular Automation execution.
|
default GetCalendarStateResponse |
SsmClient.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 GetCalendarStateResponse |
SsmClient.getCalendarState(GetCalendarStateRequest getCalendarStateRequest)
Gets the state of a Amazon Web Services Systems Manager change calendar at the current time or a specified time.
|
default GetCommandInvocationResponse |
SsmClient.getCommandInvocation(Consumer<GetCommandInvocationRequest.Builder> getCommandInvocationRequest)
Returns detailed information about command execution for an invocation or plugin.
|
default GetCommandInvocationResponse |
SsmClient.getCommandInvocation(GetCommandInvocationRequest getCommandInvocationRequest)
Returns detailed information about command execution for an invocation or plugin.
|
default GetConnectionStatusResponse |
SsmClient.getConnectionStatus(Consumer<GetConnectionStatusRequest.Builder> getConnectionStatusRequest)
Retrieves the Session Manager connection status for an instance to determine whether it is running and ready to
receive Session Manager connections.
|
default GetConnectionStatusResponse |
SsmClient.getConnectionStatus(GetConnectionStatusRequest getConnectionStatusRequest)
Retrieves the Session Manager connection status for an instance to determine whether it is running and ready to
receive Session Manager connections.
|
default GetDefaultPatchBaselineResponse |
SsmClient.getDefaultPatchBaseline()
Retrieves the default patch baseline.
|
default GetDefaultPatchBaselineResponse |
SsmClient.getDefaultPatchBaseline(Consumer<GetDefaultPatchBaselineRequest.Builder> getDefaultPatchBaselineRequest)
Retrieves the default patch baseline.
|
default GetDefaultPatchBaselineResponse |
SsmClient.getDefaultPatchBaseline(GetDefaultPatchBaselineRequest getDefaultPatchBaselineRequest)
Retrieves the default patch baseline.
|
default GetDeployablePatchSnapshotForInstanceResponse |
SsmClient.getDeployablePatchSnapshotForInstance(Consumer<GetDeployablePatchSnapshotForInstanceRequest.Builder> getDeployablePatchSnapshotForInstanceRequest)
Retrieves the current snapshot for the patch baseline the instance uses.
|
default GetDeployablePatchSnapshotForInstanceResponse |
SsmClient.getDeployablePatchSnapshotForInstance(GetDeployablePatchSnapshotForInstanceRequest getDeployablePatchSnapshotForInstanceRequest)
Retrieves the current snapshot for the patch baseline the instance uses.
|
default GetDocumentResponse |
SsmClient.getDocument(Consumer<GetDocumentRequest.Builder> getDocumentRequest)
Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).
|
default GetDocumentResponse |
SsmClient.getDocument(GetDocumentRequest getDocumentRequest)
Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).
|
default GetInventoryResponse |
SsmClient.getInventory()
Query inventory information.
|
default GetInventoryResponse |
SsmClient.getInventory(Consumer<GetInventoryRequest.Builder> getInventoryRequest)
Query inventory information.
|
default GetInventoryResponse |
SsmClient.getInventory(GetInventoryRequest getInventoryRequest)
Query inventory information.
|
default GetInventoryIterable |
SsmClient.getInventoryPaginator()
Query inventory information.
|
default GetInventoryIterable |
SsmClient.getInventoryPaginator(Consumer<GetInventoryRequest.Builder> getInventoryRequest)
Query inventory information.
|
default GetInventoryIterable |
SsmClient.getInventoryPaginator(GetInventoryRequest getInventoryRequest)
Query inventory information.
|
default GetInventorySchemaResponse |
SsmClient.getInventorySchema()
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
default GetInventorySchemaResponse |
SsmClient.getInventorySchema(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest)
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
default GetInventorySchemaResponse |
SsmClient.getInventorySchema(GetInventorySchemaRequest getInventorySchemaRequest)
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
default GetInventorySchemaIterable |
SsmClient.getInventorySchemaPaginator()
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
default GetInventorySchemaIterable |
SsmClient.getInventorySchemaPaginator(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest)
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
default GetInventorySchemaIterable |
SsmClient.getInventorySchemaPaginator(GetInventorySchemaRequest getInventorySchemaRequest)
Return a list of inventory type names for the account, or return a list of attribute names for a specific
Inventory item type.
|
default GetMaintenanceWindowResponse |
SsmClient.getMaintenanceWindow(Consumer<GetMaintenanceWindowRequest.Builder> getMaintenanceWindowRequest)
Retrieves a maintenance window.
|
default GetMaintenanceWindowResponse |
SsmClient.getMaintenanceWindow(GetMaintenanceWindowRequest getMaintenanceWindowRequest)
Retrieves a maintenance window.
|
default GetMaintenanceWindowExecutionResponse |
SsmClient.getMaintenanceWindowExecution(Consumer<GetMaintenanceWindowExecutionRequest.Builder> getMaintenanceWindowExecutionRequest)
Retrieves details about a specific a maintenance window execution.
|
default GetMaintenanceWindowExecutionResponse |
SsmClient.getMaintenanceWindowExecution(GetMaintenanceWindowExecutionRequest getMaintenanceWindowExecutionRequest)
Retrieves details about a specific a maintenance window execution.
|
default GetMaintenanceWindowExecutionTaskResponse |
SsmClient.getMaintenanceWindowExecutionTask(Consumer<GetMaintenanceWindowExecutionTaskRequest.Builder> getMaintenanceWindowExecutionTaskRequest)
Retrieves the details about a specific task run as part of a maintenance window execution.
|
default GetMaintenanceWindowExecutionTaskResponse |
SsmClient.getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest getMaintenanceWindowExecutionTaskRequest)
Retrieves the details about a specific task run as part of a maintenance window execution.
|
default GetMaintenanceWindowExecutionTaskInvocationResponse |
SsmClient.getMaintenanceWindowExecutionTaskInvocation(Consumer<GetMaintenanceWindowExecutionTaskInvocationRequest.Builder> getMaintenanceWindowExecutionTaskInvocationRequest)
Retrieves information about a specific task running on a specific target.
|
default GetMaintenanceWindowExecutionTaskInvocationResponse |
SsmClient.getMaintenanceWindowExecutionTaskInvocation(GetMaintenanceWindowExecutionTaskInvocationRequest getMaintenanceWindowExecutionTaskInvocationRequest)
Retrieves information about a specific task running on a specific target.
|
default GetMaintenanceWindowTaskResponse |
SsmClient.getMaintenanceWindowTask(Consumer<GetMaintenanceWindowTaskRequest.Builder> getMaintenanceWindowTaskRequest)
Lists the tasks in a maintenance window.
|
default GetMaintenanceWindowTaskResponse |
SsmClient.getMaintenanceWindowTask(GetMaintenanceWindowTaskRequest getMaintenanceWindowTaskRequest)
Lists the tasks in a maintenance window.
|
default GetOpsItemResponse |
SsmClient.getOpsItem(Consumer<GetOpsItemRequest.Builder> getOpsItemRequest)
Get information about an OpsItem by using the ID.
|
default GetOpsItemResponse |
SsmClient.getOpsItem(GetOpsItemRequest getOpsItemRequest)
Get information about an OpsItem by using the ID.
|
default GetOpsMetadataResponse |
SsmClient.getOpsMetadata(Consumer<GetOpsMetadataRequest.Builder> getOpsMetadataRequest)
View operational metadata related to an application in Application Manager.
|
default GetOpsMetadataResponse |
SsmClient.getOpsMetadata(GetOpsMetadataRequest getOpsMetadataRequest)
View operational metadata related to an application in Application Manager.
|
default GetOpsSummaryResponse |
SsmClient.getOpsSummary(Consumer<GetOpsSummaryRequest.Builder> getOpsSummaryRequest)
View a summary of operations metadata (OpsData) based on specified filters and aggregators.
|
default GetOpsSummaryResponse |
SsmClient.getOpsSummary(GetOpsSummaryRequest getOpsSummaryRequest)
View a summary of operations metadata (OpsData) based on specified filters and aggregators.
|
default GetOpsSummaryIterable |
SsmClient.getOpsSummaryPaginator(Consumer<GetOpsSummaryRequest.Builder> getOpsSummaryRequest)
View a summary of operations metadata (OpsData) based on specified filters and aggregators.
|
default GetOpsSummaryIterable |
SsmClient.getOpsSummaryPaginator(GetOpsSummaryRequest getOpsSummaryRequest)
View a summary of operations metadata (OpsData) based on specified filters and aggregators.
|
default GetParameterResponse |
SsmClient.getParameter(Consumer<GetParameterRequest.Builder> getParameterRequest)
Get information about a single parameter by specifying the parameter name.
|
default GetParameterResponse |
SsmClient.getParameter(GetParameterRequest getParameterRequest)
Get information about a single parameter by specifying the parameter name.
|
default GetParameterHistoryResponse |
SsmClient.getParameterHistory(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest)
Retrieves the history of all changes to a parameter.
|
default GetParameterHistoryResponse |
SsmClient.getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest)
Retrieves the history of all changes to a parameter.
|
default GetParameterHistoryIterable |
SsmClient.getParameterHistoryPaginator(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest)
Retrieves the history of all changes to a parameter.
|
default GetParameterHistoryIterable |
SsmClient.getParameterHistoryPaginator(GetParameterHistoryRequest getParameterHistoryRequest)
Retrieves the history of all changes to a parameter.
|
default GetParametersResponse |
SsmClient.getParameters(Consumer<GetParametersRequest.Builder> getParametersRequest)
Get information about one or more parameters by specifying multiple parameter names.
|
default GetParametersResponse |
SsmClient.getParameters(GetParametersRequest getParametersRequest)
Get information about one or more parameters by specifying multiple parameter names.
|
default GetParametersByPathResponse |
SsmClient.getParametersByPath(Consumer<GetParametersByPathRequest.Builder> getParametersByPathRequest)
Retrieve information about one or more parameters in a specific hierarchy.
|
default GetParametersByPathResponse |
SsmClient.getParametersByPath(GetParametersByPathRequest getParametersByPathRequest)
Retrieve information about one or more parameters in a specific hierarchy.
|
default GetParametersByPathIterable |
SsmClient.getParametersByPathPaginator(Consumer<GetParametersByPathRequest.Builder> getParametersByPathRequest)
Retrieve information about one or more parameters in a specific hierarchy.
|
default GetParametersByPathIterable |
SsmClient.getParametersByPathPaginator(GetParametersByPathRequest getParametersByPathRequest)
Retrieve information about one or more parameters in a specific hierarchy.
|
default GetPatchBaselineResponse |
SsmClient.getPatchBaseline(Consumer<GetPatchBaselineRequest.Builder> getPatchBaselineRequest)
Retrieves information about a patch baseline.
|
default GetPatchBaselineResponse |
SsmClient.getPatchBaseline(GetPatchBaselineRequest getPatchBaselineRequest)
Retrieves information about a patch baseline.
|
default GetPatchBaselineForPatchGroupResponse |
SsmClient.getPatchBaselineForPatchGroup(Consumer<GetPatchBaselineForPatchGroupRequest.Builder> getPatchBaselineForPatchGroupRequest)
Retrieves the patch baseline that should be used for the specified patch group.
|
default GetPatchBaselineForPatchGroupResponse |
SsmClient.getPatchBaselineForPatchGroup(GetPatchBaselineForPatchGroupRequest getPatchBaselineForPatchGroupRequest)
Retrieves the patch baseline that should be used for the specified patch group.
|
default GetServiceSettingResponse |
SsmClient.getServiceSetting(Consumer<GetServiceSettingRequest.Builder> getServiceSettingRequest)
ServiceSetting is an account-level setting for an Amazon Web Services service. |
default GetServiceSettingResponse |
SsmClient.getServiceSetting(GetServiceSettingRequest getServiceSettingRequest)
ServiceSetting is an account-level setting for an Amazon Web Services service. |
default LabelParameterVersionResponse |
SsmClient.labelParameterVersion(Consumer<LabelParameterVersionRequest.Builder> labelParameterVersionRequest)
A parameter label is a user-defined alias to help you manage different versions of a parameter.
|
default LabelParameterVersionResponse |
SsmClient.labelParameterVersion(LabelParameterVersionRequest labelParameterVersionRequest)
A parameter label is a user-defined alias to help you manage different versions of a parameter.
|
default ListAssociationsResponse |
SsmClient.listAssociations()
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
default ListAssociationsResponse |
SsmClient.listAssociations(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
default ListAssociationsResponse |
SsmClient.listAssociations(ListAssociationsRequest listAssociationsRequest)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
default ListAssociationsIterable |
SsmClient.listAssociationsPaginator()
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
default ListAssociationsIterable |
SsmClient.listAssociationsPaginator(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
default ListAssociationsIterable |
SsmClient.listAssociationsPaginator(ListAssociationsRequest listAssociationsRequest)
Returns all State Manager associations in the current Amazon Web Services account and Amazon Web Services Region.
|
default ListAssociationVersionsResponse |
SsmClient.listAssociationVersions(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest)
Retrieves all versions of an association for a specific association ID.
|
default ListAssociationVersionsResponse |
SsmClient.listAssociationVersions(ListAssociationVersionsRequest listAssociationVersionsRequest)
Retrieves all versions of an association for a specific association ID.
|
default ListAssociationVersionsIterable |
SsmClient.listAssociationVersionsPaginator(Consumer<ListAssociationVersionsRequest.Builder> listAssociationVersionsRequest)
Retrieves all versions of an association for a specific association ID.
|
default ListAssociationVersionsIterable |
SsmClient.listAssociationVersionsPaginator(ListAssociationVersionsRequest listAssociationVersionsRequest)
Retrieves all versions of an association for a specific association ID.
|
default ListCommandInvocationsResponse |
SsmClient.listCommandInvocations()
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsResponse |
SsmClient.listCommandInvocations(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsResponse |
SsmClient.listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsIterable |
SsmClient.listCommandInvocationsPaginator()
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsIterable |
SsmClient.listCommandInvocationsPaginator(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
default ListCommandInvocationsIterable |
SsmClient.listCommandInvocationsPaginator(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
default ListCommandsResponse |
SsmClient.listCommands()
Lists the commands requested by users of the Amazon Web Services account.
|
default ListCommandsResponse |
SsmClient.listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the Amazon Web Services account.
|
default ListCommandsResponse |
SsmClient.listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the Amazon Web Services account.
|
default ListCommandsIterable |
SsmClient.listCommandsPaginator()
Lists the commands requested by users of the Amazon Web Services account.
|
default ListCommandsIterable |
SsmClient.listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the Amazon Web Services account.
|
default ListCommandsIterable |
SsmClient.listCommandsPaginator(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the Amazon Web Services account.
|
default ListComplianceItemsResponse |
SsmClient.listComplianceItems(Consumer<ListComplianceItemsRequest.Builder> listComplianceItemsRequest)
For a specified resource ID, this API operation returns a list of compliance statuses for different resource
types.
|
default ListComplianceItemsResponse |
SsmClient.listComplianceItems(ListComplianceItemsRequest listComplianceItemsRequest)
For a specified resource ID, this API operation returns a list of compliance statuses for different resource
types.
|
default ListComplianceItemsIterable |
SsmClient.listComplianceItemsPaginator(Consumer<ListComplianceItemsRequest.Builder> listComplianceItemsRequest)
For a specified resource ID, this API operation returns a list of compliance statuses for different resource
types.
|
default ListComplianceItemsIterable |
SsmClient.listComplianceItemsPaginator(ListComplianceItemsRequest listComplianceItemsRequest)
For a specified resource ID, this API operation returns a list of compliance statuses for different resource
types.
|
default ListComplianceSummariesResponse |
SsmClient.listComplianceSummaries()
Returns a summary count of compliant and non-compliant resources for a compliance type.
|
default ListComplianceSummariesResponse |
SsmClient.listComplianceSummaries(Consumer<ListComplianceSummariesRequest.Builder> listComplianceSummariesRequest)
Returns a summary count of compliant and non-compliant resources for a compliance type.
|
default ListComplianceSummariesResponse |
SsmClient.listComplianceSummaries(ListComplianceSummariesRequest listComplianceSummariesRequest)
Returns a summary count of compliant and non-compliant resources for a compliance type.
|
default ListComplianceSummariesIterable |
SsmClient.listComplianceSummariesPaginator()
Returns a summary count of compliant and non-compliant resources for a compliance type.
|
default ListComplianceSummariesIterable |
SsmClient.listComplianceSummariesPaginator(Consumer<ListComplianceSummariesRequest.Builder> listComplianceSummariesRequest)
Returns a summary count of compliant and non-compliant resources for a compliance type.
|
default ListComplianceSummariesIterable |
SsmClient.listComplianceSummariesPaginator(ListComplianceSummariesRequest listComplianceSummariesRequest)
Returns a summary count of compliant and non-compliant resources for a compliance type.
|
default ListDocumentMetadataHistoryResponse |
SsmClient.listDocumentMetadataHistory(Consumer<ListDocumentMetadataHistoryRequest.Builder> listDocumentMetadataHistoryRequest)
Information about approval reviews for a version of a change template in Change Manager.
|
default ListDocumentMetadataHistoryResponse |
SsmClient.listDocumentMetadataHistory(ListDocumentMetadataHistoryRequest listDocumentMetadataHistoryRequest)
Information about approval reviews for a version of a change template in Change Manager.
|
default ListDocumentsResponse |
SsmClient.listDocuments()
Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services
Region.
|
default ListDocumentsResponse |
SsmClient.listDocuments(Consumer<ListDocumentsRequest.Builder> listDocumentsRequest)
Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services
Region.
|
default ListDocumentsResponse |
SsmClient.listDocuments(ListDocumentsRequest listDocumentsRequest)
Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services
Region.
|
default ListDocumentsIterable |
SsmClient.listDocumentsPaginator()
Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services
Region.
|
default ListDocumentsIterable |
SsmClient.listDocumentsPaginator(Consumer<ListDocumentsRequest.Builder> listDocumentsRequest)
Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services
Region.
|
default ListDocumentsIterable |
SsmClient.listDocumentsPaginator(ListDocumentsRequest listDocumentsRequest)
Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services
Region.
|
default ListDocumentVersionsResponse |
SsmClient.listDocumentVersions(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest)
List all versions for a document.
|
default ListDocumentVersionsResponse |
SsmClient.listDocumentVersions(ListDocumentVersionsRequest listDocumentVersionsRequest)
List all versions for a document.
|
default ListDocumentVersionsIterable |
SsmClient.listDocumentVersionsPaginator(Consumer<ListDocumentVersionsRequest.Builder> listDocumentVersionsRequest)
List all versions for a document.
|
default ListDocumentVersionsIterable |
SsmClient.listDocumentVersionsPaginator(ListDocumentVersionsRequest listDocumentVersionsRequest)
List all versions for a document.
|
default ListInventoryEntriesResponse |
SsmClient.listInventoryEntries(Consumer<ListInventoryEntriesRequest.Builder> listInventoryEntriesRequest)
A list of inventory items returned by the request.
|
default ListInventoryEntriesResponse |
SsmClient.listInventoryEntries(ListInventoryEntriesRequest listInventoryEntriesRequest)
A list of inventory items returned by the request.
|
default ListOpsItemEventsResponse |
SsmClient.listOpsItemEvents(Consumer<ListOpsItemEventsRequest.Builder> listOpsItemEventsRequest)
Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.
|
default ListOpsItemEventsResponse |
SsmClient.listOpsItemEvents(ListOpsItemEventsRequest listOpsItemEventsRequest)
Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.
|
default ListOpsItemEventsIterable |
SsmClient.listOpsItemEventsPaginator(Consumer<ListOpsItemEventsRequest.Builder> listOpsItemEventsRequest)
Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.
|
default ListOpsItemEventsIterable |
SsmClient.listOpsItemEventsPaginator(ListOpsItemEventsRequest listOpsItemEventsRequest)
Returns a list of all OpsItem events in the current Amazon Web Services Region and Amazon Web Services account.
|
default ListOpsItemRelatedItemsResponse |
SsmClient.listOpsItemRelatedItems(Consumer<ListOpsItemRelatedItemsRequest.Builder> listOpsItemRelatedItemsRequest)
Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem.
|
default ListOpsItemRelatedItemsResponse |
SsmClient.listOpsItemRelatedItems(ListOpsItemRelatedItemsRequest listOpsItemRelatedItemsRequest)
Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem.
|
default ListOpsItemRelatedItemsIterable |
SsmClient.listOpsItemRelatedItemsPaginator(Consumer<ListOpsItemRelatedItemsRequest.Builder> listOpsItemRelatedItemsRequest)
Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem.
|
default ListOpsItemRelatedItemsIterable |
SsmClient.listOpsItemRelatedItemsPaginator(ListOpsItemRelatedItemsRequest listOpsItemRelatedItemsRequest)
Lists all related-item resources associated with a Systems Manager OpsCenter OpsItem.
|
default ListOpsMetadataResponse |
SsmClient.listOpsMetadata(Consumer<ListOpsMetadataRequest.Builder> listOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata
objects or blobs.
|
default ListOpsMetadataResponse |
SsmClient.listOpsMetadata(ListOpsMetadataRequest listOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata
objects or blobs.
|
default ListOpsMetadataIterable |
SsmClient.listOpsMetadataPaginator(Consumer<ListOpsMetadataRequest.Builder> listOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata
objects or blobs.
|
default ListOpsMetadataIterable |
SsmClient.listOpsMetadataPaginator(ListOpsMetadataRequest listOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when displaying all Application Manager OpsMetadata
objects or blobs.
|
default ListResourceComplianceSummariesResponse |
SsmClient.listResourceComplianceSummaries()
Returns a resource-level summary count.
|
default ListResourceComplianceSummariesResponse |
SsmClient.listResourceComplianceSummaries(Consumer<ListResourceComplianceSummariesRequest.Builder> listResourceComplianceSummariesRequest)
Returns a resource-level summary count.
|
default ListResourceComplianceSummariesResponse |
SsmClient.listResourceComplianceSummaries(ListResourceComplianceSummariesRequest listResourceComplianceSummariesRequest)
Returns a resource-level summary count.
|
default ListResourceComplianceSummariesIterable |
SsmClient.listResourceComplianceSummariesPaginator()
Returns a resource-level summary count.
|
default ListResourceComplianceSummariesIterable |
SsmClient.listResourceComplianceSummariesPaginator(Consumer<ListResourceComplianceSummariesRequest.Builder> listResourceComplianceSummariesRequest)
Returns a resource-level summary count.
|
default ListResourceComplianceSummariesIterable |
SsmClient.listResourceComplianceSummariesPaginator(ListResourceComplianceSummariesRequest listResourceComplianceSummariesRequest)
Returns a resource-level summary count.
|
default ListResourceDataSyncResponse |
SsmClient.listResourceDataSync()
Lists your resource data sync configurations.
|
default ListResourceDataSyncResponse |
SsmClient.listResourceDataSync(Consumer<ListResourceDataSyncRequest.Builder> listResourceDataSyncRequest)
Lists your resource data sync configurations.
|
default ListResourceDataSyncResponse |
SsmClient.listResourceDataSync(ListResourceDataSyncRequest listResourceDataSyncRequest)
Lists your resource data sync configurations.
|
default ListResourceDataSyncIterable |
SsmClient.listResourceDataSyncPaginator()
Lists your resource data sync configurations.
|
default ListResourceDataSyncIterable |
SsmClient.listResourceDataSyncPaginator(Consumer<ListResourceDataSyncRequest.Builder> listResourceDataSyncRequest)
Lists your resource data sync configurations.
|
default ListResourceDataSyncIterable |
SsmClient.listResourceDataSyncPaginator(ListResourceDataSyncRequest listResourceDataSyncRequest)
Lists your resource data sync configurations.
|
default ListTagsForResourceResponse |
SsmClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of the tags assigned to the specified resource.
|
default ListTagsForResourceResponse |
SsmClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags assigned to the specified resource.
|
default ModifyDocumentPermissionResponse |
SsmClient.modifyDocumentPermission(Consumer<ModifyDocumentPermissionRequest.Builder> modifyDocumentPermissionRequest)
Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately.
|
default ModifyDocumentPermissionResponse |
SsmClient.modifyDocumentPermission(ModifyDocumentPermissionRequest modifyDocumentPermissionRequest)
Shares a Amazon Web Services Systems Manager document (SSM document)publicly or privately.
|
default PutComplianceItemsResponse |
SsmClient.putComplianceItems(Consumer<PutComplianceItemsRequest.Builder> putComplianceItemsRequest)
Registers a compliance type and other compliance details on a designated resource.
|
default PutComplianceItemsResponse |
SsmClient.putComplianceItems(PutComplianceItemsRequest putComplianceItemsRequest)
Registers a compliance type and other compliance details on a designated resource.
|
default PutInventoryResponse |
SsmClient.putInventory(Consumer<PutInventoryRequest.Builder> putInventoryRequest)
Bulk update custom inventory items on one more instance.
|
default PutInventoryResponse |
SsmClient.putInventory(PutInventoryRequest putInventoryRequest)
Bulk update custom inventory items on one more instance.
|
default PutParameterResponse |
SsmClient.putParameter(Consumer<PutParameterRequest.Builder> putParameterRequest)
Add a parameter to the system.
|
default PutParameterResponse |
SsmClient.putParameter(PutParameterRequest putParameterRequest)
Add a parameter to the system.
|
default RegisterDefaultPatchBaselineResponse |
SsmClient.registerDefaultPatchBaseline(Consumer<RegisterDefaultPatchBaselineRequest.Builder> registerDefaultPatchBaselineRequest)
Defines the default patch baseline for the relevant operating system.
|
default RegisterDefaultPatchBaselineResponse |
SsmClient.registerDefaultPatchBaseline(RegisterDefaultPatchBaselineRequest registerDefaultPatchBaselineRequest)
Defines the default patch baseline for the relevant operating system.
|
default RegisterPatchBaselineForPatchGroupResponse |
SsmClient.registerPatchBaselineForPatchGroup(Consumer<RegisterPatchBaselineForPatchGroupRequest.Builder> registerPatchBaselineForPatchGroupRequest)
Registers a patch baseline for a patch group.
|
default RegisterPatchBaselineForPatchGroupResponse |
SsmClient.registerPatchBaselineForPatchGroup(RegisterPatchBaselineForPatchGroupRequest registerPatchBaselineForPatchGroupRequest)
Registers a patch baseline for a patch group.
|
default RegisterTargetWithMaintenanceWindowResponse |
SsmClient.registerTargetWithMaintenanceWindow(Consumer<RegisterTargetWithMaintenanceWindowRequest.Builder> registerTargetWithMaintenanceWindowRequest)
Registers a target with a maintenance window.
|
default RegisterTargetWithMaintenanceWindowResponse |
SsmClient.registerTargetWithMaintenanceWindow(RegisterTargetWithMaintenanceWindowRequest registerTargetWithMaintenanceWindowRequest)
Registers a target with a maintenance window.
|
default RegisterTaskWithMaintenanceWindowResponse |
SsmClient.registerTaskWithMaintenanceWindow(Consumer<RegisterTaskWithMaintenanceWindowRequest.Builder> registerTaskWithMaintenanceWindowRequest)
Adds a new task to a maintenance window.
|
default RegisterTaskWithMaintenanceWindowResponse |
SsmClient.registerTaskWithMaintenanceWindow(RegisterTaskWithMaintenanceWindowRequest registerTaskWithMaintenanceWindowRequest)
Adds a new task to a maintenance window.
|
default RemoveTagsFromResourceResponse |
SsmClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest)
Removes tag keys from the specified resource.
|
default RemoveTagsFromResourceResponse |
SsmClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
Removes tag keys from the specified resource.
|
default ResetServiceSettingResponse |
SsmClient.resetServiceSetting(Consumer<ResetServiceSettingRequest.Builder> resetServiceSettingRequest)
ServiceSetting is an account-level setting for an Amazon Web Services service. |
default ResetServiceSettingResponse |
SsmClient.resetServiceSetting(ResetServiceSettingRequest resetServiceSettingRequest)
ServiceSetting is an account-level setting for an Amazon Web Services service. |
default ResumeSessionResponse |
SsmClient.resumeSession(Consumer<ResumeSessionRequest.Builder> resumeSessionRequest)
Reconnects a session to an instance after it has been disconnected.
|
default ResumeSessionResponse |
SsmClient.resumeSession(ResumeSessionRequest resumeSessionRequest)
Reconnects a session to an instance after it has been disconnected.
|
default SendAutomationSignalResponse |
SsmClient.sendAutomationSignal(Consumer<SendAutomationSignalRequest.Builder> sendAutomationSignalRequest)
Sends a signal to an Automation execution to change the current behavior or status of the execution.
|
default SendAutomationSignalResponse |
SsmClient.sendAutomationSignal(SendAutomationSignalRequest sendAutomationSignalRequest)
Sends a signal to an Automation execution to change the current behavior or status of the execution.
|
default SendCommandResponse |
SsmClient.sendCommand(Consumer<SendCommandRequest.Builder> sendCommandRequest)
Runs commands on one or more managed instances.
|
default SendCommandResponse |
SsmClient.sendCommand(SendCommandRequest sendCommandRequest)
Runs commands on one or more managed instances.
|
default StartAssociationsOnceResponse |
SsmClient.startAssociationsOnce(Consumer<StartAssociationsOnceRequest.Builder> startAssociationsOnceRequest)
Runs an association immediately and only one time.
|
default StartAssociationsOnceResponse |
SsmClient.startAssociationsOnce(StartAssociationsOnceRequest startAssociationsOnceRequest)
Runs an association immediately and only one time.
|
default StartAutomationExecutionResponse |
SsmClient.startAutomationExecution(Consumer<StartAutomationExecutionRequest.Builder> startAutomationExecutionRequest)
Initiates execution of an Automation runbook.
|
default StartAutomationExecutionResponse |
SsmClient.startAutomationExecution(StartAutomationExecutionRequest startAutomationExecutionRequest)
Initiates execution of an Automation runbook.
|
default StartChangeRequestExecutionResponse |
SsmClient.startChangeRequestExecution(Consumer<StartChangeRequestExecutionRequest.Builder> startChangeRequestExecutionRequest)
Creates a change request for Change Manager.
|
default StartChangeRequestExecutionResponse |
SsmClient.startChangeRequestExecution(StartChangeRequestExecutionRequest startChangeRequestExecutionRequest)
Creates a change request for Change Manager.
|
default StartSessionResponse |
SsmClient.startSession(Consumer<StartSessionRequest.Builder> startSessionRequest)
Initiates a connection to a target (for example, an instance) for a Session Manager session.
|
default StartSessionResponse |
SsmClient.startSession(StartSessionRequest startSessionRequest)
Initiates a connection to a target (for example, an instance) for a Session Manager session.
|
default StopAutomationExecutionResponse |
SsmClient.stopAutomationExecution(Consumer<StopAutomationExecutionRequest.Builder> stopAutomationExecutionRequest)
Stop an Automation that is currently running.
|
default StopAutomationExecutionResponse |
SsmClient.stopAutomationExecution(StopAutomationExecutionRequest stopAutomationExecutionRequest)
Stop an Automation that is currently running.
|
default TerminateSessionResponse |
SsmClient.terminateSession(Consumer<TerminateSessionRequest.Builder> terminateSessionRequest)
Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the
instance.
|
default TerminateSessionResponse |
SsmClient.terminateSession(TerminateSessionRequest terminateSessionRequest)
Permanently ends a session and closes the data connection between the Session Manager client and SSM Agent on the
instance.
|
default UnlabelParameterVersionResponse |
SsmClient.unlabelParameterVersion(Consumer<UnlabelParameterVersionRequest.Builder> unlabelParameterVersionRequest)
Remove a label or labels from a parameter.
|
default UnlabelParameterVersionResponse |
SsmClient.unlabelParameterVersion(UnlabelParameterVersionRequest unlabelParameterVersionRequest)
Remove a label or labels from a parameter.
|
default UpdateAssociationResponse |
SsmClient.updateAssociation(Consumer<UpdateAssociationRequest.Builder> updateAssociationRequest)
Updates an association.
|
default UpdateAssociationResponse |
SsmClient.updateAssociation(UpdateAssociationRequest updateAssociationRequest)
Updates an association.
|
default UpdateAssociationStatusResponse |
SsmClient.updateAssociationStatus(Consumer<UpdateAssociationStatusRequest.Builder> updateAssociationStatusRequest)
Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the
specified instance.
|
default UpdateAssociationStatusResponse |
SsmClient.updateAssociationStatus(UpdateAssociationStatusRequest updateAssociationStatusRequest)
Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the
specified instance.
|
default UpdateDocumentResponse |
SsmClient.updateDocument(Consumer<UpdateDocumentRequest.Builder> updateDocumentRequest)
Updates one or more values for an SSM document.
|
default UpdateDocumentResponse |
SsmClient.updateDocument(UpdateDocumentRequest updateDocumentRequest)
Updates one or more values for an SSM document.
|
default UpdateDocumentDefaultVersionResponse |
SsmClient.updateDocumentDefaultVersion(Consumer<UpdateDocumentDefaultVersionRequest.Builder> updateDocumentDefaultVersionRequest)
Set the default version of a document.
|
default UpdateDocumentDefaultVersionResponse |
SsmClient.updateDocumentDefaultVersion(UpdateDocumentDefaultVersionRequest updateDocumentDefaultVersionRequest)
Set the default version of a document.
|
default UpdateDocumentMetadataResponse |
SsmClient.updateDocumentMetadata(Consumer<UpdateDocumentMetadataRequest.Builder> updateDocumentMetadataRequest)
Updates information related to approval reviews for a specific version of a change template in Change Manager.
|
default UpdateDocumentMetadataResponse |
SsmClient.updateDocumentMetadata(UpdateDocumentMetadataRequest updateDocumentMetadataRequest)
Updates information related to approval reviews for a specific version of a change template in Change Manager.
|
default UpdateMaintenanceWindowResponse |
SsmClient.updateMaintenanceWindow(Consumer<UpdateMaintenanceWindowRequest.Builder> updateMaintenanceWindowRequest)
Updates an existing maintenance window.
|
default UpdateMaintenanceWindowResponse |
SsmClient.updateMaintenanceWindow(UpdateMaintenanceWindowRequest updateMaintenanceWindowRequest)
Updates an existing maintenance window.
|
default UpdateMaintenanceWindowTargetResponse |
SsmClient.updateMaintenanceWindowTarget(Consumer<UpdateMaintenanceWindowTargetRequest.Builder> updateMaintenanceWindowTargetRequest)
Modifies the target of an existing maintenance window.
|
default UpdateMaintenanceWindowTargetResponse |
SsmClient.updateMaintenanceWindowTarget(UpdateMaintenanceWindowTargetRequest updateMaintenanceWindowTargetRequest)
Modifies the target of an existing maintenance window.
|
default UpdateMaintenanceWindowTaskResponse |
SsmClient.updateMaintenanceWindowTask(Consumer<UpdateMaintenanceWindowTaskRequest.Builder> updateMaintenanceWindowTaskRequest)
Modifies a task assigned to a maintenance window.
|
default UpdateMaintenanceWindowTaskResponse |
SsmClient.updateMaintenanceWindowTask(UpdateMaintenanceWindowTaskRequest updateMaintenanceWindowTaskRequest)
Modifies a task assigned to a maintenance window.
|
default UpdateManagedInstanceRoleResponse |
SsmClient.updateManagedInstanceRole(Consumer<UpdateManagedInstanceRoleRequest.Builder> updateManagedInstanceRoleRequest)
Changes the Identity and Access Management (IAM) role that is assigned to the on-premises instance or virtual
machines (VM).
|
default UpdateManagedInstanceRoleResponse |
SsmClient.updateManagedInstanceRole(UpdateManagedInstanceRoleRequest updateManagedInstanceRoleRequest)
Changes the Identity and Access Management (IAM) role that is assigned to the on-premises instance or virtual
machines (VM).
|
default UpdateOpsItemResponse |
SsmClient.updateOpsItem(Consumer<UpdateOpsItemRequest.Builder> updateOpsItemRequest)
Edit or change an OpsItem.
|
default UpdateOpsItemResponse |
SsmClient.updateOpsItem(UpdateOpsItemRequest updateOpsItemRequest)
Edit or change an OpsItem.
|
default UpdateOpsMetadataResponse |
SsmClient.updateOpsMetadata(Consumer<UpdateOpsMetadataRequest.Builder> updateOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.
|
default UpdateOpsMetadataResponse |
SsmClient.updateOpsMetadata(UpdateOpsMetadataRequest updateOpsMetadataRequest)
Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.
|
default UpdatePatchBaselineResponse |
SsmClient.updatePatchBaseline(Consumer<UpdatePatchBaselineRequest.Builder> updatePatchBaselineRequest)
Modifies an existing patch baseline.
|
default UpdatePatchBaselineResponse |
SsmClient.updatePatchBaseline(UpdatePatchBaselineRequest updatePatchBaselineRequest)
Modifies an existing patch baseline.
|
default UpdateResourceDataSyncResponse |
SsmClient.updateResourceDataSync(Consumer<UpdateResourceDataSyncRequest.Builder> updateResourceDataSyncRequest)
Update a resource data sync.
|
default UpdateResourceDataSyncResponse |
SsmClient.updateResourceDataSync(UpdateResourceDataSyncRequest updateResourceDataSyncRequest)
Update a resource data sync.
|
default UpdateServiceSettingResponse |
SsmClient.updateServiceSetting(Consumer<UpdateServiceSettingRequest.Builder> updateServiceSettingRequest)
ServiceSetting is an account-level setting for an Amazon Web Services service. |
default UpdateServiceSettingResponse |
SsmClient.updateServiceSetting(UpdateServiceSettingRequest updateServiceSettingRequest)
ServiceSetting is an account-level setting for an Amazon Web Services service. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyExistsException
Error returned if an attempt is made to register a patch group with a patch baseline that is already registered with
a different patch baseline.
|
class |
AssociatedInstancesException
You must disassociate a document from all instances before you can delete it.
|
class |
AssociationAlreadyExistsException
The specified association already exists.
|
class |
AssociationDoesNotExistException
The specified association doesn't exist.
|
class |
AssociationExecutionDoesNotExistException
The specified execution ID doesn't exist.
|
class |
AssociationLimitExceededException
You can have at most 2,000 active associations.
|
class |
AssociationVersionLimitExceededException
You have reached the maximum number versions allowed for an association.
|
class |
AutomationDefinitionNotApprovedException
Indicates that the Change Manager change template used in the change request was rejected or is still in a pending
state.
|
class |
AutomationDefinitionNotFoundException
An Automation runbook with the specified name couldn't be found.
|
class |
AutomationDefinitionVersionNotFoundException
An Automation runbook with the specified name and version couldn't be found.
|
class |
AutomationExecutionLimitExceededException
The number of simultaneously running Automation executions exceeded the allowable limit.
|
class |
AutomationExecutionNotFoundException
There is no automation execution information for the requested automation execution ID.
|
class |
AutomationStepNotFoundException
The specified step name and execution ID don't exist.
|
class |
ComplianceTypeCountLimitExceededException
You specified too many custom compliance types.
|
class |
CustomSchemaCountLimitExceededException
You have exceeded the limit for custom schemas.
|
class |
DocumentAlreadyExistsException
The specified document already exists.
|
class |
DocumentLimitExceededException
You can have at most 500 active SSM documents.
|
class |
DocumentPermissionLimitException
The document can't be shared with more Amazon Web Services user accounts.
|
class |
DocumentVersionLimitExceededException
The document has too many versions.
|
class |
DoesNotExistException
Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.
|
class |
DuplicateDocumentContentException
The content of the association document matches another document.
|
class |
DuplicateDocumentVersionNameException
The version name has already been used in this document.
|
class |
DuplicateInstanceIdException
You can't specify an instance ID in more than one association.
|
class |
FeatureNotAvailableException
You attempted to register a
LAMBDA or STEP_FUNCTIONS task in a region where the
corresponding service isn't available. |
class |
HierarchyLevelLimitExceededException
A hierarchy can have a maximum of 15 levels.
|
class |
HierarchyTypeMismatchException
Parameter Store doesn't support changing a parameter type in a hierarchy.
|
class |
IdempotentParameterMismatchException
Error returned when an idempotent operation is retried and the parameters don't match the original call to the API
with the same idempotency token.
|
class |
IncompatiblePolicyException
There is a conflict in the policies specified for this parameter.
|
class |
InternalServerErrorException
An error occurred on the server side.
|
class |
InvalidActivationException
The activation isn't valid.
|
class |
InvalidActivationIdException
The activation ID isn't valid.
|
class |
InvalidAggregatorException
The specified aggregator isn't valid for inventory groups.
|
class |
InvalidAllowedPatternException
The request doesn't meet the regular expression requirement.
|
class |
InvalidAssociationException
The association isn't valid or doesn't exist.
|
class |
InvalidAssociationVersionException
The version you specified isn't valid.
|
class |
InvalidAutomationExecutionParametersException
The supplied parameters for invoking the specified Automation runbook are incorrect.
|
class |
InvalidAutomationSignalException
The signal isn't valid for the current Automation execution.
|
class |
InvalidAutomationStatusUpdateException
The specified update status operation isn't valid.
|
class |
InvalidCommandIdException
The specified command ID isn't valid.
|
class |
InvalidDeleteInventoryParametersException
One or more of the parameters specified for the delete operation isn't valid.
|
class |
InvalidDeletionIdException
The ID specified for the delete operation doesn't exist or isn't valid.
|
class |
InvalidDocumentContentException
The content for the document isn't valid.
|
class |
InvalidDocumentException
The specified SSM document doesn't exist.
|
class |
InvalidDocumentOperationException
You attempted to delete a document while it is still shared.
|
class |
InvalidDocumentSchemaVersionException
The version of the document schema isn't supported.
|
class |
InvalidDocumentTypeException
The SSM document type isn't valid.
|
class |
InvalidDocumentVersionException
The document version isn't valid or doesn't exist.
|
class |
InvalidFilterException
The filter name isn't valid.
|
class |
InvalidFilterKeyException
The specified key isn't valid.
|
class |
InvalidFilterOptionException
The specified filter option isn't valid.
|
class |
InvalidFilterValueException
The filter value isn't valid.
|
class |
InvalidInstanceIdException
The following problems can cause this exception:
|
class |
InvalidInstanceInformationFilterValueException
The specified filter value isn't valid.
|
class |
InvalidInventoryGroupException
The specified inventory group isn't valid.
|
class |
InvalidInventoryItemContextException
You specified invalid keys or values in the
Context attribute for InventoryItem. |
class |
InvalidInventoryRequestException
The request isn't valid.
|
class |
InvalidItemContentException
One or more content items isn't valid.
|
class |
InvalidKeyIdException
The query key ID isn't valid.
|
class |
InvalidNextTokenException
The specified token isn't valid.
|
class |
InvalidNotificationConfigException
One or more configuration items isn't valid.
|
class |
InvalidOptionException
The delete inventory option specified isn't valid.
|
class |
InvalidOutputFolderException
The S3 bucket doesn't exist.
|
class |
InvalidOutputLocationException
The output location isn't valid or doesn't exist.
|
class |
InvalidParametersException
You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM
document).
|
class |
InvalidPermissionTypeException
The permission type isn't supported.
|
class |
InvalidPluginNameException
The plugin name isn't valid.
|
class |
InvalidPolicyAttributeException
A policy attribute or its value is invalid.
|
class |
InvalidPolicyTypeException
The policy type isn't supported.
|
class |
InvalidResourceIdException
The resource ID isn't valid.
|
class |
InvalidResourceTypeException
The resource type isn't valid.
|
class |
InvalidResultAttributeException
The specified inventory item result attribute isn't valid.
|
class |
InvalidRoleException
The role name can't contain invalid characters.
|
class |
InvalidScheduleException
The schedule is invalid.
|
class |
InvalidTargetException
The target isn't valid or doesn't exist.
|
class |
InvalidTypeNameException
The parameter type name isn't valid.
|
class |
InvalidUpdateException
The update isn't valid.
|
class |
InvocationDoesNotExistException
The command ID and instance ID you specified didn't match any invocations.
|
class |
ItemContentMismatchException
The inventory item has invalid content.
|
class |
ItemSizeLimitExceededException
The inventory item size has exceeded the size limit.
|
class |
MaxDocumentSizeExceededException
The size limit of a document is 64 KB.
|
class |
OpsItemAlreadyExistsException
The OpsItem already exists.
|
class |
OpsItemInvalidParameterException
A specified parameter argument isn't valid.
|
class |
OpsItemLimitExceededException
The request caused OpsItems to exceed one or more quotas.
|
class |
OpsItemNotFoundException
The specified OpsItem ID doesn't exist.
|
class |
OpsItemRelatedItemAlreadyExistsException
The Amazon Resource Name (ARN) is already associated with the OpsItem.
|
class |
OpsItemRelatedItemAssociationNotFoundException
The association wasn't found using the parameters you specified in the call.
|
class |
OpsMetadataAlreadyExistsException
An OpsMetadata object already exists for the selected resource.
|
class |
OpsMetadataInvalidArgumentException
One of the arguments passed is invalid.
|
class |
OpsMetadataKeyLimitExceededException
The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to an application in
Application Manager.
|
class |
OpsMetadataLimitExceededException
Your account reached the maximum number of OpsMetadata objects allowed by Application Manager.
|
class |
OpsMetadataNotFoundException
The OpsMetadata object doesn't exist.
|
class |
OpsMetadataTooManyUpdatesException
The system is processing too many concurrent updates.
|
class |
ParameterAlreadyExistsException
The parameter already exists.
|
class |
ParameterLimitExceededException
You have exceeded the number of parameters for this Amazon Web Services account.
|
class |
ParameterMaxVersionLimitExceededException
Parameter Store retains the 100 most recently created versions of a parameter.
|
class |
ParameterNotFoundException
The parameter couldn't be found.
|
class |
ParameterPatternMismatchException
The parameter name isn't valid.
|
class |
ParameterVersionLabelLimitExceededException
A parameter version can have a maximum of ten labels.
|
class |
ParameterVersionNotFoundException
The specified parameter version wasn't found.
|
class |
PoliciesLimitExceededException
You specified more than the maximum number of allowed policies for the parameter.
|
class |
ResourceDataSyncAlreadyExistsException
A sync configuration with the same name already exists.
|
class |
ResourceDataSyncConflictException
Another
UpdateResourceDataSync request is being processed. |
class |
ResourceDataSyncCountExceededException
You have exceeded the allowed maximum sync configurations.
|
class |
ResourceDataSyncInvalidConfigurationException
The specified sync configuration is invalid.
|
class |
ResourceDataSyncNotFoundException
The specified sync name wasn't found.
|
class |
ResourceInUseException
Error returned if an attempt is made to delete a patch baseline that is registered for a patch group.
|
class |
ResourceLimitExceededException
Error returned when the caller has exceeded the default resource quotas.
|
class |
ServiceSettingNotFoundException
The specified service setting wasn't found.
|
class |
StatusUnchangedException
The updated status is the same as the current status.
|
class |
SubTypeCountLimitExceededException
The sub-type count exceeded the limit for the inventory type.
|
class |
TargetInUseException
You specified the
Safe option for the DeregisterTargetFromMaintenanceWindow operation, but the target is
still referenced in a task. |
class |
TargetNotConnectedException
The specified target instance for the session isn't fully configured for use with Session Manager.
|
class |
TooManyTagsErrorException
The
Targets parameter includes too many tags. |
class |
TooManyUpdatesException
There are concurrent updates for a resource that supports one update at a time.
|
class |
TotalSizeLimitExceededException
The size of inventory data has exceeded the total size limit for the resource.
|
class |
UnsupportedCalendarException
The calendar entry contained in the specified SSM document isn't supported.
|
class |
UnsupportedFeatureRequiredException
Patching for applications released by Microsoft is only available on EC2 instances and advanced instances.
|
class |
UnsupportedInventoryItemContextException
The
Context attribute that you specified for the InventoryItem isn't allowed for this
inventory type. |
class |
UnsupportedInventorySchemaVersionException
Inventory item type schema version has to match supported versions in the service.
|
class |
UnsupportedOperatingSystemException
The operating systems you specified isn't supported, or the operation isn't supported for the operating system.
|
class |
UnsupportedParameterTypeException
The parameter type isn't supported.
|
class |
UnsupportedPlatformTypeException
The document doesn't support the platform type of the given instance ID(s).
|
| Modifier and Type | Method and Description |
|---|---|
SsmException |
SsmException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(SsmException ex) |
Copyright © 2021. All rights reserved.