| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDomainNameResult> |
AbstractAmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest request,
AsyncHandler<UpdateDomainNameRequest,UpdateDomainNameResult> asyncHandler) |
Future<UpdateDomainNameResult> |
AmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest updateDomainNameRequest,
AsyncHandler<UpdateDomainNameRequest,UpdateDomainNameResult> asyncHandler)
Changes information about the DomainName resource.
|
Future<UpdateDomainNameResult> |
AmazonApiGatewayAsyncClient.updateDomainNameAsync(UpdateDomainNameRequest request,
AsyncHandler<UpdateDomainNameRequest,UpdateDomainNameResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainNameRequest |
UpdateDomainNameRequest.clone() |
UpdateDomainNameRequest |
UpdateDomainNameRequest.withDomainName(String domainName)
[Required] The name of the DomainName resource to be changed.
|
UpdateDomainNameRequest |
UpdateDomainNameRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDomainNameRequest |
UpdateDomainNameRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
Copyright © 2021. All rights reserved.