Uses of Class
software.amazon.awssdk.services.cloudsearch.model.UpdateDomainEndpointOptionsResponse
-
Packages that use UpdateDomainEndpointOptionsResponse Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service -
-
Uses of UpdateDomainEndpointOptionsResponse in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch that return UpdateDomainEndpointOptionsResponse Modifier and Type Method Description default UpdateDomainEndpointOptionsResponseCloudSearchClient. updateDomainEndpointOptions(Consumer<UpdateDomainEndpointOptionsRequest.Builder> updateDomainEndpointOptionsRequest)Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS.default UpdateDomainEndpointOptionsResponseCloudSearchClient. updateDomainEndpointOptions(UpdateDomainEndpointOptionsRequest updateDomainEndpointOptionsRequest)Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS.Methods in software.amazon.awssdk.services.cloudsearch that return types with arguments of type UpdateDomainEndpointOptionsResponse Modifier and Type Method Description default CompletableFuture<UpdateDomainEndpointOptionsResponse>CloudSearchAsyncClient. updateDomainEndpointOptions(Consumer<UpdateDomainEndpointOptionsRequest.Builder> updateDomainEndpointOptionsRequest)Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS.default CompletableFuture<UpdateDomainEndpointOptionsResponse>CloudSearchAsyncClient. updateDomainEndpointOptions(UpdateDomainEndpointOptionsRequest updateDomainEndpointOptionsRequest)Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS.
-