Uses of Class
software.amazon.awssdk.services.cloudsearch.model.DescribeDomainEndpointOptionsRequest
-
Packages that use DescribeDomainEndpointOptionsRequest Package Description software.amazon.awssdk.services.cloudsearch Amazon CloudSearch Configuration Service software.amazon.awssdk.services.cloudsearch.transform -
-
Uses of DescribeDomainEndpointOptionsRequest in software.amazon.awssdk.services.cloudsearch
Methods in software.amazon.awssdk.services.cloudsearch with parameters of type DescribeDomainEndpointOptionsRequest Modifier and Type Method Description default CompletableFuture<DescribeDomainEndpointOptionsResponse>CloudSearchAsyncClient. describeDomainEndpointOptions(DescribeDomainEndpointOptionsRequest describeDomainEndpointOptionsRequest)Returns the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS.default DescribeDomainEndpointOptionsResponseCloudSearchClient. describeDomainEndpointOptions(DescribeDomainEndpointOptionsRequest describeDomainEndpointOptionsRequest)Returns the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. -
Uses of DescribeDomainEndpointOptionsRequest in software.amazon.awssdk.services.cloudsearch.transform
Methods in software.amazon.awssdk.services.cloudsearch.transform with parameters of type DescribeDomainEndpointOptionsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDomainEndpointOptionsRequestMarshaller. marshall(DescribeDomainEndpointOptionsRequest describeDomainEndpointOptionsRequest)
-