| Package | Description |
|---|---|
| software.amazon.awssdk.services.dlm |
|
| software.amazon.awssdk.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateLifecyclePolicyResponse |
DlmClient.createLifecyclePolicy(Consumer<CreateLifecyclePolicyRequest.Builder> createLifecyclePolicyRequest)
Creates a policy to manage the lifecycle of the specified Amazon Web Services resources.
|
default CreateLifecyclePolicyResponse |
DlmClient.createLifecyclePolicy(CreateLifecyclePolicyRequest createLifecyclePolicyRequest)
Creates a policy to manage the lifecycle of the specified Amazon Web Services resources.
|
default DeleteLifecyclePolicyResponse |
DlmClient.deleteLifecyclePolicy(Consumer<DeleteLifecyclePolicyRequest.Builder> deleteLifecyclePolicyRequest)
Deletes the specified lifecycle policy and halts the automated operations that the policy specified.
|
default DeleteLifecyclePolicyResponse |
DlmClient.deleteLifecyclePolicy(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest)
Deletes the specified lifecycle policy and halts the automated operations that the policy specified.
|
default GetLifecyclePoliciesResponse |
DlmClient.getLifecyclePolicies()
Gets summary information about all or the specified data lifecycle policies.
|
default GetLifecyclePoliciesResponse |
DlmClient.getLifecyclePolicies(Consumer<GetLifecyclePoliciesRequest.Builder> getLifecyclePoliciesRequest)
Gets summary information about all or the specified data lifecycle policies.
|
default GetLifecyclePoliciesResponse |
DlmClient.getLifecyclePolicies(GetLifecyclePoliciesRequest getLifecyclePoliciesRequest)
Gets summary information about all or the specified data lifecycle policies.
|
default GetLifecyclePolicyResponse |
DlmClient.getLifecyclePolicy(Consumer<GetLifecyclePolicyRequest.Builder> getLifecyclePolicyRequest)
Gets detailed information about the specified lifecycle policy.
|
default GetLifecyclePolicyResponse |
DlmClient.getLifecyclePolicy(GetLifecyclePolicyRequest getLifecyclePolicyRequest)
Gets detailed information about the specified lifecycle policy.
|
default ListTagsForResourceResponse |
DlmClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags for the specified resource.
|
default ListTagsForResourceResponse |
DlmClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for the specified resource.
|
default TagResourceResponse |
DlmClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds the specified tags to the specified resource.
|
default TagResourceResponse |
DlmClient.tagResource(TagResourceRequest tagResourceRequest)
Adds the specified tags to the specified resource.
|
default UntagResourceResponse |
DlmClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes the specified tags from the specified resource.
|
default UntagResourceResponse |
DlmClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes the specified tags from the specified resource.
|
default UpdateLifecyclePolicyResponse |
DlmClient.updateLifecyclePolicy(Consumer<UpdateLifecyclePolicyRequest.Builder> updateLifecyclePolicyRequest)
Updates the specified lifecycle policy.
|
default UpdateLifecyclePolicyResponse |
DlmClient.updateLifecyclePolicy(UpdateLifecyclePolicyRequest updateLifecyclePolicyRequest)
Updates the specified lifecycle policy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalServerException
The service failed in an unexpected way.
|
class |
InvalidRequestException
Bad request.
|
class |
LimitExceededException
The request failed because a limit was exceeded.
|
class |
ResourceNotFoundException
A requested resource was not found.
|
| Modifier and Type | Method and Description |
|---|---|
DlmException |
DlmException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(DlmException ex) |
Copyright © 2022. All rights reserved.