Uses of Class
software.amazon.awssdk.services.cloudsearch.model.AccessPoliciesStatus
-
Packages that use AccessPoliciesStatus Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of AccessPoliciesStatus in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return AccessPoliciesStatus Modifier and Type Method Description AccessPoliciesStatusDescribeServiceAccessPoliciesResponse. accessPolicies()The access rules configured for the domain specified in the request.AccessPoliciesStatusUpdateServiceAccessPoliciesResponse. accessPolicies()The access rules configured for the domain.Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type AccessPoliciesStatus Modifier and Type Method Description DescribeServiceAccessPoliciesResponse.BuilderDescribeServiceAccessPoliciesResponse.Builder. accessPolicies(AccessPoliciesStatus accessPolicies)The access rules configured for the domain specified in the request.UpdateServiceAccessPoliciesResponse.BuilderUpdateServiceAccessPoliciesResponse.Builder. accessPolicies(AccessPoliciesStatus accessPolicies)The access rules configured for the domain.
-