Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
SecurityConfigDetail |
SecurityConfigDetail.clone() |
SecurityConfigDetail |
UpdateSecurityConfigResult.getSecurityConfigDetail()
Details about the updated security configuration.
|
SecurityConfigDetail |
GetSecurityConfigResult.getSecurityConfigDetail()
Details of the requested security configuration.
|
SecurityConfigDetail |
CreateSecurityConfigResult.getSecurityConfigDetail()
Details about the created security configuration.
|
SecurityConfigDetail |
SecurityConfigDetail.withConfigVersion(String configVersion)
The version of the security configuration.
|
SecurityConfigDetail |
SecurityConfigDetail.withCreatedDate(Long createdDate)
The date the configuration was created.
|
SecurityConfigDetail |
SecurityConfigDetail.withDescription(String description)
The description of the security configuration.
|
SecurityConfigDetail |
SecurityConfigDetail.withId(String id)
The unique identifier of the security configuration.
|
SecurityConfigDetail |
SecurityConfigDetail.withLastModifiedDate(Long lastModifiedDate)
The timestamp of when the configuration was last modified.
|
SecurityConfigDetail |
SecurityConfigDetail.withSamlOptions(SamlConfigOptions samlOptions)
SAML options for the security configuration in the form of a key-value map.
|
SecurityConfigDetail |
SecurityConfigDetail.withType(SecurityConfigType type)
The type of security configuration.
|
SecurityConfigDetail |
SecurityConfigDetail.withType(String type)
The type of security configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateSecurityConfigResult.setSecurityConfigDetail(SecurityConfigDetail securityConfigDetail)
Details about the updated security configuration.
|
void |
GetSecurityConfigResult.setSecurityConfigDetail(SecurityConfigDetail securityConfigDetail)
Details of the requested security configuration.
|
void |
CreateSecurityConfigResult.setSecurityConfigDetail(SecurityConfigDetail securityConfigDetail)
Details about the created security configuration.
|
UpdateSecurityConfigResult |
UpdateSecurityConfigResult.withSecurityConfigDetail(SecurityConfigDetail securityConfigDetail)
Details about the updated security configuration.
|
GetSecurityConfigResult |
GetSecurityConfigResult.withSecurityConfigDetail(SecurityConfigDetail securityConfigDetail)
Details of the requested security configuration.
|
CreateSecurityConfigResult |
CreateSecurityConfigResult.withSecurityConfigDetail(SecurityConfigDetail securityConfigDetail)
Details about the created security configuration.
|
Copyright © 2023. All rights reserved.