public class AbstractAWSSimpleSystemsManagement extends Object implements AWSSimpleSystemsManagement
AWSSimpleSystemsManagement. Convenient
method forms pass through to the corresponding overload that takes a request
object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
AddTagsToResourceResult |
addTagsToResource(AddTagsToResourceRequest request)
Adds or overwrites one or more tags for the specified resource.
|
CancelCommandResult |
cancelCommand(CancelCommandRequest request)
Attempts to cancel the command specified by the Command ID.
|
CreateActivationResult |
createActivation(CreateActivationRequest request)
Registers your on-premises server or virtual machine with Amazon EC2 so
that you can manage these resources using Run Command.
|
CreateAssociationResult |
createAssociation(CreateAssociationRequest request)
Associates the specified SSM document with the specified instance.
|
CreateAssociationBatchResult |
createAssociationBatch(CreateAssociationBatchRequest request)
Associates the specified SSM document with the specified instances.
|
CreateDocumentResult |
createDocument(CreateDocumentRequest request)
Creates an SSM document.
|
DeleteActivationResult |
deleteActivation(DeleteActivationRequest request)
Deletes an activation.
|
DeleteAssociationResult |
deleteAssociation(DeleteAssociationRequest request)
Disassociates the specified SSM document from the specified instance.
|
DeleteDocumentResult |
deleteDocument(DeleteDocumentRequest request)
Deletes the SSM document and all instance associations to the document.
|
DeregisterManagedInstanceResult |
deregisterManagedInstance(DeregisterManagedInstanceRequest request)
Removes the server or virtual machine from the list of registered
servers.
|
DescribeActivationsResult |
describeActivations(DescribeActivationsRequest request)
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.
|
DescribeAssociationResult |
describeAssociation(DescribeAssociationRequest request)
Describes the associations for the specified SSM document or instance.
|
DescribeDocumentResult |
describeDocument(DescribeDocumentRequest request)
Describes the specified SSM document.
|
DescribeDocumentPermissionResult |
describeDocumentPermission(DescribeDocumentPermissionRequest request)
Describes the permissions for an SSM document.
|
DescribeInstanceInformationResult |
describeInstanceInformation(DescribeInstanceInformationRequest request)
Describes one or more of your instances.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request,
typically used for debugging issues where a service isn't acting as
expected.
|
GetDocumentResult |
getDocument(GetDocumentRequest request)
Gets the contents of the specified SSM document.
|
ListAssociationsResult |
listAssociations(ListAssociationsRequest request)
Lists the associations for the specified SSM document or instance.
|
ListCommandInvocationsResult |
listCommandInvocations(ListCommandInvocationsRequest request)
An invocation is copy of a command sent to a specific instance.
|
ListCommandsResult |
listCommands(ListCommandsRequest request)
Lists the commands requested by users of the AWS account.
|
ListDocumentsResult |
listDocuments()
Simplified method form for invoking the ListDocuments operation.
|
ListDocumentsResult |
listDocuments(ListDocumentsRequest request)
Describes one or more of your SSM documents.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Returns a list of the tags assigned to the specified resource.
|
ModifyDocumentPermissionResult |
modifyDocumentPermission(ModifyDocumentPermissionRequest request)
Share a document publicly or privately.
|
RemoveTagsFromResourceResult |
removeTagsFromResource(RemoveTagsFromResourceRequest request)
Removes all tags from the specified resource.
|
SendCommandResult |
sendCommand(SendCommandRequest request)
Executes commands on one or more remote instances.
|
void |
setEndpoint(String endpoint)
Overrides the default endpoint for this client
("https://ssm.us-east-1.amazonaws.com").
|
void |
setRegion(Region region)
An alternative to
AWSSimpleSystemsManagement.setEndpoint(String),
sets the regional endpoint for this client's service calls. |
void |
shutdown()
Shuts down this client object, releasing any resources that might be held
open.
|
UpdateAssociationStatusResult |
updateAssociationStatus(UpdateAssociationStatusRequest request)
Updates the status of the SSM document associated with the specified
instance.
|
UpdateManagedInstanceRoleResult |
updateManagedInstanceRole(UpdateManagedInstanceRoleRequest request)
Assigns or changes an Amazon Identity and Access Management (IAM) role to
the managed instance.
|
public void setEndpoint(String endpoint)
AWSSimpleSystemsManagement
Callers can pass in just the endpoint (ex: "ssm.us-east-1.amazonaws.com")
or a full URL, including the protocol (ex:
"https://ssm.us-east-1.amazonaws.com"). If the protocol is not specified
here, the default protocol from this client's ClientConfiguration
will be used, which by default is HTTPS.
For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: http://developer.amazonwebservices.com/connect/entry.jspa?externalID= 3912
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setEndpoint in interface AWSSimpleSystemsManagementendpoint - The endpoint (ex: "ssm.us-east-1.amazonaws.com") or a full URL,
including the protocol (ex: "https://ssm.us-east-1.amazonaws.com")
of the region specific AWS endpoint this client will communicate
with.public void setRegion(Region region)
AWSSimpleSystemsManagementAWSSimpleSystemsManagement.setEndpoint(String),
sets the regional endpoint for this client's service calls. Callers can
use this method to control which AWS region they want to work with.
By default, all service endpoints in all regions use the https protocol.
To use http instead, specify it in the ClientConfiguration
supplied at construction.
This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setRegion in interface AWSSimpleSystemsManagementregion - The region this client will communicate with. See
Region.getRegion(com.amazonaws.regions.Regions) for
accessing a given region. Must not be null and must be a region
where the service is available.Region.getRegion(com.amazonaws.regions.Regions),
Region.createClient(Class,
com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration),
Region.isServiceSupported(String)public AddTagsToResourceResult addTagsToResource(AddTagsToResourceRequest request)
AWSSimpleSystemsManagementAdds or overwrites one or more tags for the specified resource. Tags are metadata that you assign to your managed instances. Tags enable you to categorize your managed instances in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed instances that helps you track each instance's owner and stack level. For example: Key=Owner and Value=DbAdmin, SysAdmin, or Dev. Or Key=Stack and Value=Production, Pre-Production, or Test. Each resource can have a maximum of 10 tags.
We recommend that you devise a set of tag keys that meets your needs for each resource type. Using a consistent set of tag keys makes it easier for you to manage your resources. You can search and filter the resources based on the tags you add. Tags don't have any semantic meaning to Amazon EC2 and are interpreted strictly as a string of characters.
For more information about tags, see Tagging Your Amazon EC2 Resources in the Amazon EC2 User Guide.
addTagsToResource in interface AWSSimpleSystemsManagementpublic CancelCommandResult cancelCommand(CancelCommandRequest request)
AWSSimpleSystemsManagementAttempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.
cancelCommand in interface AWSSimpleSystemsManagementpublic CreateActivationResult createActivation(CreateActivationRequest request)
AWSSimpleSystemsManagementRegisters your on-premises server or virtual machine with Amazon EC2 so that you can manage these resources using Run Command. An on-premises server or virtual machine that has been registered with EC2 is called a managed instance. For more information about activations, see Setting Up Managed Instances (Linux) or Setting Up Managed Instances (Windows) in the Amazon EC2 User Guide.
createActivation in interface AWSSimpleSystemsManagementpublic CreateAssociationResult createAssociation(CreateAssociationRequest request)
AWSSimpleSystemsManagementAssociates the specified SSM document with the specified instance.
When you associate an SSM document with an instance, the configuration agent on the instance processes the document and configures the instance as specified.
If you associate a document with an instance that already has an associated document, the system throws the AssociationAlreadyExists exception.
createAssociation in interface AWSSimpleSystemsManagementpublic CreateAssociationBatchResult createAssociationBatch(CreateAssociationBatchRequest request)
AWSSimpleSystemsManagementAssociates the specified SSM document with the specified instances.
When you associate an SSM document with an instance, the configuration agent on the instance processes the document and configures the instance as specified.
If you associate a document with an instance that already has an associated document, the system throws the AssociationAlreadyExists exception.
createAssociationBatch in interface AWSSimpleSystemsManagementpublic CreateDocumentResult createDocument(CreateDocumentRequest request)
AWSSimpleSystemsManagementCreates an SSM document.
After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.
createDocument in interface AWSSimpleSystemsManagementpublic DeleteActivationResult deleteActivation(DeleteActivationRequest request)
AWSSimpleSystemsManagementDeletes an activation. You are not required to delete an activation. If you delete an activation, you can no longer use it to register additional managed instances. Deleting an activation does not de-register managed instances. You must manually de-register managed instances.
deleteActivation in interface AWSSimpleSystemsManagementpublic DeleteAssociationResult deleteAssociation(DeleteAssociationRequest request)
AWSSimpleSystemsManagementDisassociates the specified SSM document from the specified instance.
When you disassociate an SSM document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.
deleteAssociation in interface AWSSimpleSystemsManagementpublic DeleteDocumentResult deleteDocument(DeleteDocumentRequest request)
AWSSimpleSystemsManagementDeletes the SSM document and all instance associations to the document.
Before you delete the SSM document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.
deleteDocument in interface AWSSimpleSystemsManagementpublic DeregisterManagedInstanceResult deregisterManagedInstance(DeregisterManagedInstanceRequest request)
AWSSimpleSystemsManagementRemoves the server or virtual machine from the list of registered servers. You can reregister the instance again at any time. If you don’t plan to use Run Command on the server, we suggest uninstalling the SSM agent first.
deregisterManagedInstance in interface AWSSimpleSystemsManagementpublic DescribeActivationsResult describeActivations(DescribeActivationsRequest request)
AWSSimpleSystemsManagementDetails 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.
describeActivations in interface AWSSimpleSystemsManagementpublic DescribeAssociationResult describeAssociation(DescribeAssociationRequest request)
AWSSimpleSystemsManagementDescribes the associations for the specified SSM document or instance.
describeAssociation in interface AWSSimpleSystemsManagementpublic DescribeDocumentResult describeDocument(DescribeDocumentRequest request)
AWSSimpleSystemsManagementDescribes the specified SSM document.
describeDocument in interface AWSSimpleSystemsManagementpublic DescribeDocumentPermissionResult describeDocumentPermission(DescribeDocumentPermissionRequest request)
AWSSimpleSystemsManagementDescribes the permissions for an SSM document. If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user’s AWS account ID) or publicly (All).
describeDocumentPermission in interface AWSSimpleSystemsManagementpublic DescribeInstanceInformationResult describeInstanceInformation(DescribeInstanceInformationRequest request)
AWSSimpleSystemsManagementDescribes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM agent version, status etc. If you specify one or more instance IDs, it returns information for those instances. If you do not specify instance IDs, it returns information for all your instances. If you specify an instance ID that is not valid or an instance that you do not own, you receive an error.
describeInstanceInformation in interface AWSSimpleSystemsManagementpublic GetDocumentResult getDocument(GetDocumentRequest request)
AWSSimpleSystemsManagementGets the contents of the specified SSM document.
getDocument in interface AWSSimpleSystemsManagementpublic ListAssociationsResult listAssociations(ListAssociationsRequest request)
AWSSimpleSystemsManagementLists the associations for the specified SSM document or instance.
listAssociations in interface AWSSimpleSystemsManagementpublic ListCommandInvocationsResult listCommandInvocations(ListCommandInvocationsRequest request)
AWSSimpleSystemsManagementAn invocation is copy of a command sent to a specific instance. A command can apply to one or more instances. A command invocation applies to one instance. For example, if a user executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.
listCommandInvocations in interface AWSSimpleSystemsManagementpublic ListCommandsResult listCommands(ListCommandsRequest request)
AWSSimpleSystemsManagementLists the commands requested by users of the AWS account.
listCommands in interface AWSSimpleSystemsManagementpublic ListDocumentsResult listDocuments(ListDocumentsRequest request)
AWSSimpleSystemsManagementDescribes one or more of your SSM documents.
listDocuments in interface AWSSimpleSystemsManagementpublic ListDocumentsResult listDocuments()
AWSSimpleSystemsManagementlistDocuments in interface AWSSimpleSystemsManagementAWSSimpleSystemsManagement.listDocuments(ListDocumentsRequest)public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSSimpleSystemsManagementReturns a list of the tags assigned to the specified resource.
listTagsForResource in interface AWSSimpleSystemsManagementpublic ModifyDocumentPermissionResult modifyDocumentPermission(ModifyDocumentPermissionRequest request)
AWSSimpleSystemsManagementShare a document publicly or privately. If you share a document privately, you must specify the AWS user account IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.
modifyDocumentPermission in interface AWSSimpleSystemsManagementpublic RemoveTagsFromResourceResult removeTagsFromResource(RemoveTagsFromResourceRequest request)
AWSSimpleSystemsManagementRemoves all tags from the specified resource.
removeTagsFromResource in interface AWSSimpleSystemsManagementpublic SendCommandResult sendCommand(SendCommandRequest request)
AWSSimpleSystemsManagementExecutes commands on one or more remote instances.
sendCommand in interface AWSSimpleSystemsManagementpublic UpdateAssociationStatusResult updateAssociationStatus(UpdateAssociationStatusRequest request)
AWSSimpleSystemsManagementUpdates the status of the SSM document associated with the specified instance.
updateAssociationStatus in interface AWSSimpleSystemsManagementpublic UpdateManagedInstanceRoleResult updateManagedInstanceRole(UpdateManagedInstanceRoleRequest request)
AWSSimpleSystemsManagementAssigns or changes an Amazon Identity and Access Management (IAM) role to the managed instance.
updateManagedInstanceRole in interface AWSSimpleSystemsManagementpublic void shutdown()
AWSSimpleSystemsManagementshutdown in interface AWSSimpleSystemsManagementpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSSimpleSystemsManagementResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSSimpleSystemsManagementrequest - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.