| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| 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 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 have
not 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 have
not already starting running.
|
default CreateActivationResponse |
SsmClient.createActivation(Consumer<CreateActivationRequest.Builder> createActivationRequest)
Registers your on-premises server or virtual machine with Amazon EC2 so that you can manage these resources using
Run Command.
|
default CreateActivationResponse |
SsmClient.createActivation(CreateActivationRequest createActivationRequest)
Registers your on-premises server or virtual machine with Amazon EC2 so that you can manage these resources using
Run Command.
|
default CreateAssociationResponse |
SsmClient.createAssociation(Consumer<CreateAssociationRequest.Builder> createAssociationRequest)
Associates the specified Systems Manager document with the specified instances or targets.
|
default CreateAssociationResponse |
SsmClient.createAssociation(CreateAssociationRequest createAssociationRequest)
Associates the specified Systems Manager document with the specified instances or targets.
|
default CreateAssociationBatchResponse |
SsmClient.createAssociationBatch(Consumer<CreateAssociationBatchRequest.Builder> createAssociationBatchRequest)
Associates the specified Systems Manager document with the specified instances or targets.
|
default CreateAssociationBatchResponse |
SsmClient.createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest)
Associates the specified Systems Manager document with the specified instances or targets.
|
default CreateDocumentResponse |
SsmClient.createDocument(Consumer<CreateDocumentRequest.Builder> createDocumentRequest)
Creates a Systems Manager document.
|
default CreateDocumentResponse |
SsmClient.createDocument(CreateDocumentRequest createDocumentRequest)
Creates a Systems Manager 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 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)
Creates a resource data sync configuration to a single bucket in Amazon S3.
|
default CreateResourceDataSyncResponse |
SsmClient.createResourceDataSync(CreateResourceDataSyncRequest createResourceDataSyncRequest)
Creates a resource data sync configuration to a single bucket in Amazon S3.
|
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 Systems Manager document from the specified instance.
|
default DeleteAssociationResponse |
SsmClient.deleteAssociation(DeleteAssociationRequest deleteAssociationRequest)
Disassociates the specified Systems Manager document from the specified instance.
|
default DeleteDocumentResponse |
SsmClient.deleteDocument(Consumer<DeleteDocumentRequest.Builder> deleteDocumentRequest)
Deletes the Systems Manager document and all instance associations to the document.
|
default DeleteDocumentResponse |
SsmClient.deleteDocument(DeleteDocumentRequest deleteDocumentRequest)
Deletes the Systems Manager 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 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()
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
default DescribeActivationsResponse |
SsmClient.describeActivations(Consumer<DescribeActivationsRequest.Builder> describeActivationsRequest)
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
default DescribeActivationsResponse |
SsmClient.describeActivations(DescribeActivationsRequest describeActivationsRequest)
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
default DescribeActivationsIterable |
SsmClient.describeActivationsPaginator()
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
default DescribeActivationsIterable |
SsmClient.describeActivationsPaginator(Consumer<DescribeActivationsRequest.Builder> describeActivationsRequest)
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
default DescribeActivationsIterable |
SsmClient.describeActivationsPaginator(DescribeActivationsRequest describeActivationsRequest)
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
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)
Use this API action to view all executions for a specific association ID.
|
default DescribeAssociationExecutionsResponse |
SsmClient.describeAssociationExecutions(DescribeAssociationExecutionsRequest describeAssociationExecutionsRequest)
Use this API action to view all executions for a specific association ID.
|
default DescribeAssociationExecutionTargetsResponse |
SsmClient.describeAssociationExecutionTargets(Consumer<DescribeAssociationExecutionTargetsRequest.Builder> describeAssociationExecutionTargetsRequest)
Use this API action to view information about a specific execution of a specific association.
|
default DescribeAssociationExecutionTargetsResponse |
SsmClient.describeAssociationExecutionTargets(DescribeAssociationExecutionTargetsRequest describeAssociationExecutionTargetsRequest)
Use this API action to view 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 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 DescribeAvailablePatchesResponse |
SsmClient.describeAvailablePatches()
Lists all patches that could possibly be included in a patch baseline.
|
default DescribeAvailablePatchesResponse |
SsmClient.describeAvailablePatches(Consumer<DescribeAvailablePatchesRequest.Builder> describeAvailablePatchesRequest)
Lists all patches that could possibly be included in a patch baseline.
|
default DescribeAvailablePatchesResponse |
SsmClient.describeAvailablePatches(DescribeAvailablePatchesRequest describeAvailablePatchesRequest)
Lists all patches that could possibly be included in a patch baseline.
|
default DescribeDocumentResponse |
SsmClient.describeDocument(Consumer<DescribeDocumentRequest.Builder> describeDocumentRequest)
Describes the specified Systems Manager document.
|
default DescribeDocumentResponse |
SsmClient.describeDocument(DescribeDocumentRequest describeDocumentRequest)
Describes the specified Systems Manager document.
|
default DescribeDocumentPermissionResponse |
SsmClient.describeDocumentPermission(Consumer<DescribeDocumentPermissionRequest.Builder> describeDocumentPermissionRequest)
Describes the permissions for a Systems Manager document.
|
default DescribeDocumentPermissionResponse |
SsmClient.describeDocumentPermission(DescribeDocumentPermissionRequest describeDocumentPermissionRequest)
Describes the permissions for a Systems Manager 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 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 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 DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation()
Describes one or more of your instances.
|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation(Consumer<DescribeInstanceInformationRequest.Builder> describeInstanceInformationRequest)
Describes one or more of your instances.
|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your instances.
|
default DescribeInstanceInformationIterable |
SsmClient.describeInstanceInformationPaginator()
Describes one or more of your instances.
|
default DescribeInstanceInformationIterable |
SsmClient.describeInstanceInformationPaginator(Consumer<DescribeInstanceInformationRequest.Builder> describeInstanceInformationRequest)
Describes one or more of your instances.
|
default DescribeInstanceInformationIterable |
SsmClient.describeInstanceInformationPaginator(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your instances.
|
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 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 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 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 DescribeMaintenanceWindowExecutionTaskInvocationsResponse |
SsmClient.describeMaintenanceWindowExecutionTaskInvocations(Consumer<DescribeMaintenanceWindowExecutionTaskInvocationsRequest.Builder> describeMaintenanceWindowExecutionTaskInvocationsRequest)
Retrieves the individual task executions (one per target) for a particular task executed 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 executed 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 executed.
|
default DescribeMaintenanceWindowExecutionTasksResponse |
SsmClient.describeMaintenanceWindowExecutionTasks(DescribeMaintenanceWindowExecutionTasksRequest describeMaintenanceWindowExecutionTasksRequest)
For a given Maintenance Window execution, lists the tasks that were executed.
|
default DescribeMaintenanceWindowsResponse |
SsmClient.describeMaintenanceWindows()
Retrieves the Maintenance Windows in an AWS account.
|
default DescribeMaintenanceWindowsResponse |
SsmClient.describeMaintenanceWindows(Consumer<DescribeMaintenanceWindowsRequest.Builder> describeMaintenanceWindowsRequest)
Retrieves the Maintenance Windows in an AWS account.
|
default DescribeMaintenanceWindowsResponse |
SsmClient.describeMaintenanceWindows(DescribeMaintenanceWindowsRequest describeMaintenanceWindowsRequest)
Retrieves the Maintenance Windows in an AWS 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 DescribeMaintenanceWindowsForTargetResponse |
SsmClient.describeMaintenanceWindowsForTarget(Consumer<DescribeMaintenanceWindowsForTargetRequest.Builder> describeMaintenanceWindowsForTargetRequest)
Retrieves information about the Maintenance Windows targets or tasks that an instance is associated with.
|
default DescribeMaintenanceWindowsForTargetResponse |
SsmClient.describeMaintenanceWindowsForTarget(DescribeMaintenanceWindowsForTargetRequest describeMaintenanceWindowsForTargetRequest)
Retrieves information about the Maintenance Windows targets or tasks that an instance is associated with.
|
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 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 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 AWS account.
|
default DescribePatchBaselinesResponse |
SsmClient.describePatchBaselines(Consumer<DescribePatchBaselinesRequest.Builder> describePatchBaselinesRequest)
Lists the patch baselines in your AWS account.
|
default DescribePatchBaselinesResponse |
SsmClient.describePatchBaselines(DescribePatchBaselinesRequest describePatchBaselinesRequest)
Lists the patch baselines in your AWS 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 DescribePatchGroupStateResponse |
SsmClient.describePatchGroupState(Consumer<DescribePatchGroupStateRequest.Builder> describePatchGroupStateRequest)
Returns high-level aggregated patch compliance state for a patch group.
|
default DescribePatchGroupStateResponse |
SsmClient.describePatchGroupState(DescribePatchGroupStateRequest describePatchGroupStateRequest)
Returns high-level aggregated patch compliance state for a patch group.
|
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 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 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 connected 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 connected 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 Systems Manager document.
|
default GetDocumentResponse |
SsmClient.getDocument(GetDocumentRequest getDocumentRequest)
Gets the contents of the specified Systems Manager 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 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 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 task executed as part of a Maintenance Window execution.
|
default GetMaintenanceWindowExecutionResponse |
SsmClient.getMaintenanceWindowExecution(GetMaintenanceWindowExecutionRequest getMaintenanceWindowExecutionRequest)
Retrieves details about a specific task executed as part of a Maintenance Window execution.
|
default GetMaintenanceWindowExecutionTaskResponse |
SsmClient.getMaintenanceWindowExecutionTask(Consumer<GetMaintenanceWindowExecutionTaskRequest.Builder> getMaintenanceWindowExecutionTaskRequest)
Retrieves the details about a specific task executed as part of a Maintenance Window execution.
|
default GetMaintenanceWindowExecutionTaskResponse |
SsmClient.getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest getMaintenanceWindowExecutionTaskRequest)
Retrieves the details about a specific task executed as part of a Maintenance Window execution.
|
default GetMaintenanceWindowExecutionTaskInvocationResponse |
SsmClient.getMaintenanceWindowExecutionTaskInvocation(Consumer<GetMaintenanceWindowExecutionTaskInvocationRequest.Builder> getMaintenanceWindowExecutionTaskInvocationRequest)
Retrieves a task invocation.
|
default GetMaintenanceWindowExecutionTaskInvocationResponse |
SsmClient.getMaintenanceWindowExecutionTaskInvocation(GetMaintenanceWindowExecutionTaskInvocationRequest getMaintenanceWindowExecutionTaskInvocationRequest)
Retrieves a task invocation.
|
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 GetParameterResponse |
SsmClient.getParameter(Consumer<GetParameterRequest.Builder> getParameterRequest)
Get information about a parameter by using the parameter name.
|
default GetParameterResponse |
SsmClient.getParameter(GetParameterRequest getParameterRequest)
Get information about a parameter by using the parameter name.
|
default GetParameterHistoryResponse |
SsmClient.getParameterHistory(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest)
Query a list of all parameters used by the AWS account.
|
default GetParameterHistoryResponse |
SsmClient.getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest)
Query a list of all parameters used by the AWS account.
|
default GetParameterHistoryIterable |
SsmClient.getParameterHistoryPaginator(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest)
Query a list of all parameters used by the AWS account.
|
default GetParameterHistoryIterable |
SsmClient.getParameterHistoryPaginator(GetParameterHistoryRequest getParameterHistoryRequest)
Query a list of all parameters used by the AWS account.
|
default GetParametersResponse |
SsmClient.getParameters(Consumer<GetParametersRequest.Builder> getParametersRequest)
Get details of a parameter.
|
default GetParametersResponse |
SsmClient.getParameters(GetParametersRequest getParametersRequest)
Get details of a parameter.
|
default GetParametersByPathResponse |
SsmClient.getParametersByPath(Consumer<GetParametersByPathRequest.Builder> getParametersByPathRequest)
Retrieve parameters in a specific hierarchy.
|
default GetParametersByPathResponse |
SsmClient.getParametersByPath(GetParametersByPathRequest getParametersByPathRequest)
Retrieve parameters in a specific hierarchy.
|
default GetParametersByPathIterable |
SsmClient.getParametersByPathPaginator(Consumer<GetParametersByPathRequest.Builder> getParametersByPathRequest)
Retrieve parameters in a specific hierarchy.
|
default GetParametersByPathIterable |
SsmClient.getParametersByPathPaginator(GetParametersByPathRequest getParametersByPathRequest)
Retrieve 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 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()
Lists the associations for the specified Systems Manager document or instance.
|
default ListAssociationsResponse |
SsmClient.listAssociations(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest)
Lists the associations for the specified Systems Manager document or instance.
|
default ListAssociationsResponse |
SsmClient.listAssociations(ListAssociationsRequest listAssociationsRequest)
Lists the associations for the specified Systems Manager document or instance.
|
default ListAssociationsIterable |
SsmClient.listAssociationsPaginator()
Lists the associations for the specified Systems Manager document or instance.
|
default ListAssociationsIterable |
SsmClient.listAssociationsPaginator(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest)
Lists the associations for the specified Systems Manager document or instance.
|
default ListAssociationsIterable |
SsmClient.listAssociationsPaginator(ListAssociationsRequest listAssociationsRequest)
Lists the associations for the specified Systems Manager document or instance.
|
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 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 AWS account.
|
default ListCommandsResponse |
SsmClient.listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
default ListCommandsResponse |
SsmClient.listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
default ListCommandsIterable |
SsmClient.listCommandsPaginator()
Lists the commands requested by users of the AWS account.
|
default ListCommandsIterable |
SsmClient.listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
default ListCommandsIterable |
SsmClient.listCommandsPaginator(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
default ListComplianceItemsResponse |
SsmClient.listComplianceItems(Consumer<ListComplianceItemsRequest.Builder> listComplianceItemsRequest)
For a specified resource ID, this API action returns a list of compliance statuses for different resource types.
|
default ListComplianceItemsResponse |
SsmClient.listComplianceItems(ListComplianceItemsRequest listComplianceItemsRequest)
For a specified resource ID, this API action 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 ListDocumentsResponse |
SsmClient.listDocuments()
Describes one or more of your Systems Manager documents.
|
default ListDocumentsResponse |
SsmClient.listDocuments(Consumer<ListDocumentsRequest.Builder> listDocumentsRequest)
Describes one or more of your Systems Manager documents.
|
default ListDocumentsResponse |
SsmClient.listDocuments(ListDocumentsRequest listDocumentsRequest)
Describes one or more of your Systems Manager documents.
|
default ListDocumentsIterable |
SsmClient.listDocumentsPaginator()
Describes one or more of your Systems Manager documents.
|
default ListDocumentsIterable |
SsmClient.listDocumentsPaginator(Consumer<ListDocumentsRequest.Builder> listDocumentsRequest)
Describes one or more of your Systems Manager documents.
|
default ListDocumentsIterable |
SsmClient.listDocumentsPaginator(ListDocumentsRequest listDocumentsRequest)
Describes one or more of your Systems Manager documents.
|
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 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 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 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 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 Systems Manager document publicly or privately.
|
default ModifyDocumentPermissionResponse |
SsmClient.modifyDocumentPermission(ModifyDocumentPermissionRequest modifyDocumentPermissionRequest)
Shares a Systems Manager 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.
|
default RegisterDefaultPatchBaselineResponse |
SsmClient.registerDefaultPatchBaseline(RegisterDefaultPatchBaselineRequest registerDefaultPatchBaselineRequest)
Defines the default patch baseline.
|
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 all tags from the specified resource.
|
default RemoveTagsFromResourceResponse |
SsmClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
Removes all tags from the specified resource.
|
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)
Executes commands on one or more managed instances.
|
default SendCommandResponse |
SsmClient.sendCommand(SendCommandRequest sendCommandRequest)
Executes commands on one or more managed instances.
|
default StartAutomationExecutionResponse |
SsmClient.startAutomationExecution(Consumer<StartAutomationExecutionRequest.Builder> startAutomationExecutionRequest)
Initiates execution of an Automation document.
|
default StartAutomationExecutionResponse |
SsmClient.startAutomationExecution(StartAutomationExecutionRequest startAutomationExecutionRequest)
Initiates execution of an Automation document.
|
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 executing.
|
default StopAutomationExecutionResponse |
SsmClient.stopAutomationExecution(StopAutomationExecutionRequest stopAutomationExecutionRequest)
Stop an Automation that is currently executing.
|
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 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 Systems Manager document associated with the specified instance.
|
default UpdateAssociationStatusResponse |
SsmClient.updateAssociationStatus(UpdateAssociationStatusRequest updateAssociationStatusRequest)
Updates the status of the Systems Manager document associated with the specified instance.
|
default UpdateDocumentResponse |
SsmClient.updateDocument(Consumer<UpdateDocumentRequest.Builder> updateDocumentRequest)
The document you want to update.
|
default UpdateDocumentResponse |
SsmClient.updateDocument(UpdateDocumentRequest updateDocumentRequest)
The document you want to update.
|
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 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)
Assigns or changes an Amazon Identity and Access Management (IAM) role to the managed instance.
|
default UpdateManagedInstanceRoleResponse |
SsmClient.updateManagedInstanceRole(UpdateManagedInstanceRoleRequest updateManagedInstanceRoleRequest)
Assigns or changes an Amazon Identity and Access Management (IAM) role to the managed instance.
|
default UpdatePatchBaselineResponse |
SsmClient.updatePatchBaseline(Consumer<UpdatePatchBaselineRequest.Builder> updatePatchBaselineRequest)
Modifies an existing patch baseline.
|
default UpdatePatchBaselineResponse |
SsmClient.updatePatchBaseline(UpdatePatchBaselineRequest updatePatchBaselineRequest)
Modifies an existing patch baseline.
|
Copyright © 2018. All rights reserved.