Uses of Class
com.amazonaws.services.apigateway.model.UpdateDomainNameRequest
-
Packages that use UpdateDomainNameRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateDomainNameRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateDomainNameRequest Modifier and Type Method 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)
-
Uses of UpdateDomainNameRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateDomainNameRequest Modifier and Type Method Description UpdateDomainNameRequest
UpdateDomainNameRequest. clone()
UpdateDomainNameRequest
UpdateDomainNameRequest. withDomainName(String domainName)
The name of the DomainName resource to be changed.UpdateDomainNameRequest
UpdateDomainNameRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateDomainNameRequest
UpdateDomainNameRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.
-