Uses of Class
software.amazon.awssdk.services.dlm.model.UpdateLifecyclePolicyResponse
-
Packages that use UpdateLifecyclePolicyResponse Package Description software.amazon.awssdk.services.dlm Amazon Data Lifecycle Manager -
-
Uses of UpdateLifecyclePolicyResponse in software.amazon.awssdk.services.dlm
Methods in software.amazon.awssdk.services.dlm that return UpdateLifecyclePolicyResponse Modifier and Type Method Description default UpdateLifecyclePolicyResponseDlmClient. updateLifecyclePolicy(Consumer<UpdateLifecyclePolicyRequest.Builder> updateLifecyclePolicyRequest)Updates the specified lifecycle policy.default UpdateLifecyclePolicyResponseDlmClient. updateLifecyclePolicy(UpdateLifecyclePolicyRequest updateLifecyclePolicyRequest)Updates the specified lifecycle policy.Methods in software.amazon.awssdk.services.dlm that return types with arguments of type UpdateLifecyclePolicyResponse Modifier and Type Method Description default CompletableFuture<UpdateLifecyclePolicyResponse>DlmAsyncClient. updateLifecyclePolicy(Consumer<UpdateLifecyclePolicyRequest.Builder> updateLifecyclePolicyRequest)Updates the specified lifecycle policy.default CompletableFuture<UpdateLifecyclePolicyResponse>DlmAsyncClient. updateLifecyclePolicy(UpdateLifecyclePolicyRequest updateLifecyclePolicyRequest)Updates the specified lifecycle policy.
-