Uses of Interface
software.amazon.awssdk.services.opensearchserverless.model.BatchGetEffectiveLifecyclePolicyRequest.Builder
-
Packages that use BatchGetEffectiveLifecyclePolicyRequest.Builder Package Description software.amazon.awssdk.services.opensearchserverless Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and security policies.software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of BatchGetEffectiveLifecyclePolicyRequest.Builder in software.amazon.awssdk.services.opensearchserverless
Method parameters in software.amazon.awssdk.services.opensearchserverless with type arguments of type BatchGetEffectiveLifecyclePolicyRequest.Builder 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 BatchGetEffectiveLifecyclePolicyResponseOpenSearchServerlessClient. batchGetEffectiveLifecyclePolicy(Consumer<BatchGetEffectiveLifecyclePolicyRequest.Builder> batchGetEffectiveLifecyclePolicyRequest)Returns a list of successful and failed retrievals for the OpenSearch Serverless indexes. -
Uses of BatchGetEffectiveLifecyclePolicyRequest.Builder in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type BatchGetEffectiveLifecyclePolicyRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetEffectiveLifecyclePolicyRequest.Builder>BatchGetEffectiveLifecyclePolicyRequest. serializableBuilderClass()
-