Uses of Class
software.amazon.awssdk.services.cloudsearch.model.DescribeServiceAccessPoliciesResponse
-
Packages that use DescribeServiceAccessPoliciesResponse Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service -
-
Uses of DescribeServiceAccessPoliciesResponse in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch that return DescribeServiceAccessPoliciesResponse Modifier and Type Method Description default DescribeServiceAccessPoliciesResponseCloudSearchClient. describeServiceAccessPolicies(Consumer<DescribeServiceAccessPoliciesRequest.Builder> describeServiceAccessPoliciesRequest)Gets information about the access policies that control access to the domain's document and search endpoints.default DescribeServiceAccessPoliciesResponseCloudSearchClient. describeServiceAccessPolicies(DescribeServiceAccessPoliciesRequest describeServiceAccessPoliciesRequest)Gets information about the access policies that control access to the domain's document and search endpoints.Methods in software.amazon.awssdk.services.cloudsearch that return types with arguments of type DescribeServiceAccessPoliciesResponse Modifier and Type Method Description default CompletableFuture<DescribeServiceAccessPoliciesResponse>CloudSearchAsyncClient. describeServiceAccessPolicies(Consumer<DescribeServiceAccessPoliciesRequest.Builder> describeServiceAccessPoliciesRequest)Gets information about the access policies that control access to the domain's document and search endpoints.default CompletableFuture<DescribeServiceAccessPoliciesResponse>CloudSearchAsyncClient. describeServiceAccessPolicies(DescribeServiceAccessPoliciesRequest describeServiceAccessPoliciesRequest)Gets information about the access policies that control access to the domain's document and search endpoints.
-