Uses of Class
com.amazonaws.services.apigateway.model.UpdateDomainNameRequest
Packages that use UpdateDomainNameRequest
-
Uses of UpdateDomainNameRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateDomainNameRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateDomainName(UpdateDomainNameRequest request) AmazonApiGateway.updateDomainName(UpdateDomainNameRequest updateDomainNameRequest) Changes information about the DomainName resource.AmazonApiGatewayClient.updateDomainName(UpdateDomainNameRequest updateDomainNameRequest) Changes information about the DomainName resource.AbstractAmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest request) AbstractAmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest request, AsyncHandler<UpdateDomainNameRequest, UpdateDomainNameResult> asyncHandler) AmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest updateDomainNameRequest) Changes information about the DomainName resource.AmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest updateDomainNameRequest, AsyncHandler<UpdateDomainNameRequest, UpdateDomainNameResult> asyncHandler) Changes information about the DomainName resource.AmazonApiGatewayAsyncClient.updateDomainNameAsync(UpdateDomainNameRequest request) AmazonApiGatewayAsyncClient.updateDomainNameAsync(UpdateDomainNameRequest request, AsyncHandler<UpdateDomainNameRequest, UpdateDomainNameResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateDomainNameRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest request, AsyncHandler<UpdateDomainNameRequest, UpdateDomainNameResult> asyncHandler) AmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest updateDomainNameRequest, AsyncHandler<UpdateDomainNameRequest, UpdateDomainNameResult> asyncHandler) Changes information about the DomainName resource.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 UpdateDomainNameRequestModifier and TypeMethodDescriptionUpdateDomainNameRequest.clone()UpdateDomainNameRequest.withDomainName(String domainName) The name of the DomainName resource to be changed.UpdateDomainNameRequest.withPatchOperations(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateDomainNameRequest.withPatchOperations(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.