Package | Description |
---|---|
com.amazonaws.services.opensearchserverless.model |
Modifier and Type | Method and Description |
---|---|
AccessPolicySummary |
AccessPolicySummary.clone() |
AccessPolicySummary |
AccessPolicySummary.withCreatedDate(Long createdDate)
The Epoch time when the access policy was created.
|
AccessPolicySummary |
AccessPolicySummary.withDescription(String description)
The description of the access policy.
|
AccessPolicySummary |
AccessPolicySummary.withLastModifiedDate(Long lastModifiedDate)
The date and time when the collection was last modified.
|
AccessPolicySummary |
AccessPolicySummary.withName(String name)
The name of the access policy.
|
AccessPolicySummary |
AccessPolicySummary.withPolicyVersion(String policyVersion)
The version of the policy.
|
AccessPolicySummary |
AccessPolicySummary.withType(AccessPolicyType type)
The type of access policy.
|
AccessPolicySummary |
AccessPolicySummary.withType(String type)
The type of access policy.
|
Modifier and Type | Method and Description |
---|---|
List<AccessPolicySummary> |
ListAccessPoliciesResult.getAccessPolicySummaries()
Details about the requested access policies.
|
Modifier and Type | Method and Description |
---|---|
ListAccessPoliciesResult |
ListAccessPoliciesResult.withAccessPolicySummaries(AccessPolicySummary... accessPolicySummaries)
Details about the requested access policies.
|
Modifier and Type | Method and Description |
---|---|
void |
ListAccessPoliciesResult.setAccessPolicySummaries(Collection<AccessPolicySummary> accessPolicySummaries)
Details about the requested access policies.
|
ListAccessPoliciesResult |
ListAccessPoliciesResult.withAccessPolicySummaries(Collection<AccessPolicySummary> accessPolicySummaries)
Details about the requested access policies.
|
Copyright © 2023. All rights reserved.