Uses of Class
software.amazon.awssdk.services.dlm.model.CreateLifecyclePolicyResponse
-
Packages that use CreateLifecyclePolicyResponse Package Description software.amazon.awssdk.services.dlm Amazon Data Lifecycle Manager -
-
Uses of CreateLifecyclePolicyResponse in software.amazon.awssdk.services.dlm
Methods in software.amazon.awssdk.services.dlm that return CreateLifecyclePolicyResponse Modifier and Type Method Description default CreateLifecyclePolicyResponseDlmClient. createLifecyclePolicy(Consumer<CreateLifecyclePolicyRequest.Builder> createLifecyclePolicyRequest)Creates a policy to manage the lifecycle of the specified Amazon Web Services resources.default CreateLifecyclePolicyResponseDlmClient. createLifecyclePolicy(CreateLifecyclePolicyRequest createLifecyclePolicyRequest)Creates a policy to manage the lifecycle of the specified Amazon Web Services resources.Methods in software.amazon.awssdk.services.dlm that return types with arguments of type CreateLifecyclePolicyResponse Modifier and Type Method Description default CompletableFuture<CreateLifecyclePolicyResponse>DlmAsyncClient. createLifecyclePolicy(Consumer<CreateLifecyclePolicyRequest.Builder> createLifecyclePolicyRequest)Creates a policy to manage the lifecycle of the specified Amazon Web Services resources.default CompletableFuture<CreateLifecyclePolicyResponse>DlmAsyncClient. createLifecyclePolicy(CreateLifecyclePolicyRequest createLifecyclePolicyRequest)Creates a policy to manage the lifecycle of the specified Amazon Web Services resources.
-