Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
SecurityConfigSummary |
SecurityConfigSummary.clone() |
SecurityConfigSummary |
SecurityConfigSummary.withConfigVersion(String configVersion)
The version of the security configuration.
|
SecurityConfigSummary |
SecurityConfigSummary.withCreatedDate(Long createdDate)
The Epoch time when the security configuration was created.
|
SecurityConfigSummary |
SecurityConfigSummary.withDescription(String description)
The description of the security configuration.
|
SecurityConfigSummary |
SecurityConfigSummary.withId(String id)
The unique identifier of the security configuration.
|
SecurityConfigSummary |
SecurityConfigSummary.withLastModifiedDate(Long lastModifiedDate)
The timestamp of when the configuration was last modified.
|
SecurityConfigSummary |
SecurityConfigSummary.withType(SecurityConfigType type)
The type of security configuration.
|
SecurityConfigSummary |
SecurityConfigSummary.withType(String type)
The type of security configuration.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityConfigSummary> |
ListSecurityConfigsResult.getSecurityConfigSummaries()
Details about the security configurations in your account.
|
Modifier and Type | Method and Description |
---|---|
ListSecurityConfigsResult |
ListSecurityConfigsResult.withSecurityConfigSummaries(SecurityConfigSummary... securityConfigSummaries)
Details about the security configurations in your account.
|
Modifier and Type | Method and Description |
---|---|
void |
ListSecurityConfigsResult.setSecurityConfigSummaries(Collection<SecurityConfigSummary> securityConfigSummaries)
Details about the security configurations in your account.
|
ListSecurityConfigsResult |
ListSecurityConfigsResult.withSecurityConfigSummaries(Collection<SecurityConfigSummary> securityConfigSummaries)
Details about the security configurations in your account.
|
Copyright © 2023. All rights reserved.