Uses of Class
software.amazon.awssdk.services.dlm.model.DeleteLifecyclePolicyRequest
-
Packages that use DeleteLifecyclePolicyRequest Package Description software.amazon.awssdk.services.dlm Amazon Data Lifecycle Manager software.amazon.awssdk.services.dlm.transform -
-
Uses of DeleteLifecyclePolicyRequest in software.amazon.awssdk.services.dlm
Methods in software.amazon.awssdk.services.dlm with parameters of type DeleteLifecyclePolicyRequest Modifier and Type Method Description default CompletableFuture<DeleteLifecyclePolicyResponse>DlmAsyncClient. deleteLifecyclePolicy(DeleteLifecyclePolicyRequest 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. -
Uses of DeleteLifecyclePolicyRequest in software.amazon.awssdk.services.dlm.transform
Methods in software.amazon.awssdk.services.dlm.transform with parameters of type DeleteLifecyclePolicyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteLifecyclePolicyRequestMarshaller. marshall(DeleteLifecyclePolicyRequest deleteLifecyclePolicyRequest)
-