Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.BatchGetLifecyclePolicyRequest
-
Packages that use BatchGetLifecyclePolicyRequest 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.transform -
-
Uses of BatchGetLifecyclePolicyRequest in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless with parameters of type BatchGetLifecyclePolicyRequest Modifier and Type Method Description default CompletableFuture<BatchGetLifecyclePolicyResponse>OpenSearchServerlessAsyncClient. batchGetLifecyclePolicy(BatchGetLifecyclePolicyRequest batchGetLifecyclePolicyRequest)Returns one or more configured OpenSearch Serverless lifecycle policies.default BatchGetLifecyclePolicyResponseOpenSearchServerlessClient. batchGetLifecyclePolicy(BatchGetLifecyclePolicyRequest batchGetLifecyclePolicyRequest)Returns one or more configured OpenSearch Serverless lifecycle policies. -
Uses of BatchGetLifecyclePolicyRequest in software.amazon.awssdk.services.opensearchserverless.transform
Methods in software.amazon.awssdk.services.opensearchserverless.transform with parameters of type BatchGetLifecyclePolicyRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetLifecyclePolicyRequestMarshaller. marshall(BatchGetLifecyclePolicyRequest batchGetLifecyclePolicyRequest)
-