Uses of Class
software.amazon.awssdk.services.dlm.model.DeleteLifecyclePolicyResponse
-
Packages that use DeleteLifecyclePolicyResponse Package Description software.amazon.awssdk.services.dlm Amazon Data Lifecycle Manager -
-
Uses of DeleteLifecyclePolicyResponse in software.amazon.awssdk.services.dlm
Methods in software.amazon.awssdk.services.dlm that return DeleteLifecyclePolicyResponse Modifier and Type Method Description default DeleteLifecyclePolicyResponseDlmClient. deleteLifecyclePolicy(Consumer<DeleteLifecyclePolicyRequest.Builder> deleteLifecyclePolicyRequest)Deletes the specified lifecycle policy and halts the automated operations that the policy specified.default DeleteLifecyclePolicyResponseDlmClient. deleteLifecyclePolicy(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest)Deletes the specified lifecycle policy and halts the automated operations that the policy specified.Methods in software.amazon.awssdk.services.dlm that return types with arguments of type DeleteLifecyclePolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteLifecyclePolicyResponse>DlmAsyncClient. deleteLifecyclePolicy(Consumer<DeleteLifecyclePolicyRequest.Builder> deleteLifecyclePolicyRequest)Deletes the specified lifecycle policy and halts the automated operations that the policy specified.default CompletableFuture<DeleteLifecyclePolicyResponse>DlmAsyncClient. deleteLifecyclePolicy(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest)Deletes the specified lifecycle policy and halts the automated operations that the policy specified.
-