Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
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) |
Future<UpdateDomainNameResult> |
AbstractAmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest request,
AsyncHandler<UpdateDomainNameRequest,UpdateDomainNameResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateDomainNameRequest |
UpdateDomainNameRequest.clone() |
UpdateDomainNameRequest |
UpdateDomainNameRequest.withDomainName(String domainName)
The name of the DomainName resource to be changed.
|
UpdateDomainNameRequest |
UpdateDomainNameRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateDomainNameRequest |
UpdateDomainNameRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
Copyright © 2016. All rights reserved.