Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.CreateSecurityPolicyResponse
-
Packages that use CreateSecurityPolicyResponse 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 CreateSecurityPolicyResponse in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless that return CreateSecurityPolicyResponse Modifier and Type Method Description default CreateSecurityPolicyResponseOpenSearchServerlessClient. createSecurityPolicy(Consumer<CreateSecurityPolicyRequest.Builder> createSecurityPolicyRequest)Creates a security policy to be used by one or more OpenSearch Serverless collections.default CreateSecurityPolicyResponseOpenSearchServerlessClient. createSecurityPolicy(CreateSecurityPolicyRequest createSecurityPolicyRequest)Creates a security policy to be used by one or more OpenSearch Serverless collections.Methods in software.amazon.awssdk.services.opensearchserverless that return types with arguments of type CreateSecurityPolicyResponse Modifier and Type Method Description default CompletableFuture<CreateSecurityPolicyResponse>OpenSearchServerlessAsyncClient. createSecurityPolicy(Consumer<CreateSecurityPolicyRequest.Builder> createSecurityPolicyRequest)Creates a security policy to be used by one or more OpenSearch Serverless collections.default CompletableFuture<CreateSecurityPolicyResponse>OpenSearchServerlessAsyncClient. createSecurityPolicy(CreateSecurityPolicyRequest createSecurityPolicyRequest)Creates a security policy to be used by one or more OpenSearch Serverless collections.
-