Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.GetSecurityConfigRequest
-
Packages that use GetSecurityConfigRequest 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 GetSecurityConfigRequest in software.amazon.awssdk.services.opensearchserverless
Methods in software.amazon.awssdk.services.opensearchserverless with parameters of type GetSecurityConfigRequest Modifier and Type Method Description default CompletableFuture<GetSecurityConfigResponse>OpenSearchServerlessAsyncClient. getSecurityConfig(GetSecurityConfigRequest getSecurityConfigRequest)Returns information about an OpenSearch Serverless security configuration.default GetSecurityConfigResponseOpenSearchServerlessClient. getSecurityConfig(GetSecurityConfigRequest getSecurityConfigRequest)Returns information about an OpenSearch Serverless security configuration. -
Uses of GetSecurityConfigRequest in software.amazon.awssdk.services.opensearchserverless.transform
Methods in software.amazon.awssdk.services.opensearchserverless.transform with parameters of type GetSecurityConfigRequest Modifier and Type Method Description SdkHttpFullRequestGetSecurityConfigRequestMarshaller. marshall(GetSecurityConfigRequest getSecurityConfigRequest)
-