| Package | Description |
|---|---|
| com.amazonaws.services.opensearchserverless |
Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and
security policies.
|
| com.amazonaws.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSecurityConfigsResult> |
AbstractAWSOpenSearchServerlessAsync.listSecurityConfigsAsync(ListSecurityConfigsRequest request,
AsyncHandler<ListSecurityConfigsRequest,ListSecurityConfigsResult> asyncHandler) |
Future<ListSecurityConfigsResult> |
AWSOpenSearchServerlessAsyncClient.listSecurityConfigsAsync(ListSecurityConfigsRequest request,
AsyncHandler<ListSecurityConfigsRequest,ListSecurityConfigsResult> asyncHandler) |
Future<ListSecurityConfigsResult> |
AWSOpenSearchServerlessAsync.listSecurityConfigsAsync(ListSecurityConfigsRequest listSecurityConfigsRequest,
AsyncHandler<ListSecurityConfigsRequest,ListSecurityConfigsResult> asyncHandler)
Returns information about configured OpenSearch Serverless security configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListSecurityConfigsRequest |
ListSecurityConfigsRequest.clone() |
ListSecurityConfigsRequest |
ListSecurityConfigsRequest.withMaxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListSecurityConfigsRequest |
ListSecurityConfigsRequest.withNextToken(String nextToken)
If your initial
ListSecurityConfigs operation returns a nextToken, you can include the
returned nextToken in subsequent ListSecurityConfigs operations, which returns results
in the next page. |
ListSecurityConfigsRequest |
ListSecurityConfigsRequest.withType(SecurityConfigType type)
The type of security configuration.
|
ListSecurityConfigsRequest |
ListSecurityConfigsRequest.withType(String type)
The type of security configuration.
|
Copyright © 2024. All rights reserved.