Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.BatchGetEffectiveLifecyclePolicyResponse
-
Packages that use BatchGetEffectiveLifecyclePolicyResponse Package Description software.amazon.awssdk.services.opensearchserverless Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and security policies. -
-
Uses of BatchGetEffectiveLifecyclePolicyResponse in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless that return BatchGetEffectiveLifecyclePolicyResponse Modifier and Type Method Description default BatchGetEffectiveLifecyclePolicyResponseOpenSearchServerlessClient. batchGetEffectiveLifecyclePolicy(Consumer<BatchGetEffectiveLifecyclePolicyRequest.Builder> batchGetEffectiveLifecyclePolicyRequest)Returns a list of successful and failed retrievals for the OpenSearch Serverless indexes.default BatchGetEffectiveLifecyclePolicyResponseOpenSearchServerlessClient. batchGetEffectiveLifecyclePolicy(BatchGetEffectiveLifecyclePolicyRequest batchGetEffectiveLifecyclePolicyRequest)Returns a list of successful and failed retrievals for the OpenSearch Serverless indexes.Methods in software.amazon.awssdk.services.opensearchserverless that return types with arguments of type BatchGetEffectiveLifecyclePolicyResponse Modifier and Type Method Description default CompletableFuture<BatchGetEffectiveLifecyclePolicyResponse>OpenSearchServerlessAsyncClient. batchGetEffectiveLifecyclePolicy(Consumer<BatchGetEffectiveLifecyclePolicyRequest.Builder> batchGetEffectiveLifecyclePolicyRequest)Returns a list of successful and failed retrievals for the OpenSearch Serverless indexes.default CompletableFuture<BatchGetEffectiveLifecyclePolicyResponse>OpenSearchServerlessAsyncClient. batchGetEffectiveLifecyclePolicy(BatchGetEffectiveLifecyclePolicyRequest batchGetEffectiveLifecyclePolicyRequest)Returns a list of successful and failed retrievals for the OpenSearch Serverless indexes.
-