Uses of Class
software.amazon.awssdk.services.cloudsearch.model.UpdateServiceAccessPoliciesResponse
-
Packages that use UpdateServiceAccessPoliciesResponse Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service -
-
Uses of UpdateServiceAccessPoliciesResponse in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch that return UpdateServiceAccessPoliciesResponse Modifier and Type Method Description default UpdateServiceAccessPoliciesResponseCloudSearchClient. updateServiceAccessPolicies(Consumer<UpdateServiceAccessPoliciesRequest.Builder> updateServiceAccessPoliciesRequest)Configures the access rules that control access to the domain's document and search endpoints.default UpdateServiceAccessPoliciesResponseCloudSearchClient. updateServiceAccessPolicies(UpdateServiceAccessPoliciesRequest updateServiceAccessPoliciesRequest)Configures the access rules 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 UpdateServiceAccessPoliciesResponse Modifier and Type Method Description default CompletableFuture<UpdateServiceAccessPoliciesResponse>CloudSearchAsyncClient. updateServiceAccessPolicies(Consumer<UpdateServiceAccessPoliciesRequest.Builder> updateServiceAccessPoliciesRequest)Configures the access rules that control access to the domain's document and search endpoints.default CompletableFuture<UpdateServiceAccessPoliciesResponse>CloudSearchAsyncClient. updateServiceAccessPolicies(UpdateServiceAccessPoliciesRequest updateServiceAccessPoliciesRequest)Configures the access rules that control access to the domain's document and search endpoints.
-