| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudsearch |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateDomainEndpointOptionsResponse |
CloudSearchClient.updateDomainEndpointOptions(Consumer<UpdateDomainEndpointOptionsRequest.Builder> updateDomainEndpointOptionsRequest)
Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS.
|
default UpdateDomainEndpointOptionsResponse |
CloudSearchClient.updateDomainEndpointOptions(UpdateDomainEndpointOptionsRequest updateDomainEndpointOptionsRequest)
Updates the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.