@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonDLM extends Object implements AmazonDLM
AmazonDLM. 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 |
|---|---|
CreateLifecyclePolicyResult |
createLifecyclePolicy(CreateLifecyclePolicyRequest request)
Creates a policy to manage the lifecycle of the specified AWS resources.
|
DeleteLifecyclePolicyResult |
deleteLifecyclePolicy(DeleteLifecyclePolicyRequest request)
Deletes the specified lifecycle policy and halts the automated operations that the policy specified.
|
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.
|
GetLifecyclePoliciesResult |
getLifecyclePolicies(GetLifecyclePoliciesRequest request)
Gets summary information about all or the specified data lifecycle policies.
|
GetLifecyclePolicyResult |
getLifecyclePolicy(GetLifecyclePolicyRequest request)
Gets detailed information about the specified lifecycle policy.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateLifecyclePolicyResult |
updateLifecyclePolicy(UpdateLifecyclePolicyRequest request)
Updates the specified lifecycle policy.
|
public CreateLifecyclePolicyResult createLifecyclePolicy(CreateLifecyclePolicyRequest request)
AmazonDLMCreates a policy to manage the lifecycle of the specified AWS resources. You can create up to 100 lifecycle policies.
createLifecyclePolicy in interface AmazonDLMpublic DeleteLifecyclePolicyResult deleteLifecyclePolicy(DeleteLifecyclePolicyRequest request)
AmazonDLMDeletes the specified lifecycle policy and halts the automated operations that the policy specified.
deleteLifecyclePolicy in interface AmazonDLMpublic GetLifecyclePoliciesResult getLifecyclePolicies(GetLifecyclePoliciesRequest request)
AmazonDLMGets summary information about all or the specified data lifecycle policies.
To get complete information about a policy, use GetLifecyclePolicy.
getLifecyclePolicies in interface AmazonDLMpublic GetLifecyclePolicyResult getLifecyclePolicy(GetLifecyclePolicyRequest request)
AmazonDLMGets detailed information about the specified lifecycle policy.
getLifecyclePolicy in interface AmazonDLMpublic UpdateLifecyclePolicyResult updateLifecyclePolicy(UpdateLifecyclePolicyRequest request)
AmazonDLMUpdates the specified lifecycle policy.
updateLifecyclePolicy in interface AmazonDLMpublic void shutdown()
AmazonDLMpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonDLMResponse 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 AmazonDLMrequest - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.