Uses of Class
software.amazon.awssdk.services.cloudsearch.model.UpdateDomainEndpointOptionsRequest
-
Packages that use UpdateDomainEndpointOptionsRequest Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service software.amazon.awssdk.services.cloudsearch.transform -
-
Uses of UpdateDomainEndpointOptionsRequest in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch with parameters of type UpdateDomainEndpointOptionsRequest Modifier and Type Method Description default CompletableFuture<UpdateDomainEndpointOptionsResponse>CloudSearchAsyncClient. updateDomainEndpointOptions(UpdateDomainEndpointOptionsRequest 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. -
Uses of UpdateDomainEndpointOptionsRequest in software.amazon.awssdk.services.cloudsearch.transform
Methods in software.amazon.awssdk.services.cloudsearch.transform with parameters of type UpdateDomainEndpointOptionsRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDomainEndpointOptionsRequestMarshaller. marshall(UpdateDomainEndpointOptionsRequest updateDomainEndpointOptionsRequest)
-