Uses of Class
com.amazonaws.services.apigateway.model.UpdateBasePathMappingRequest
-
Packages that use UpdateBasePathMappingRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateBasePathMappingRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateBasePathMappingRequest Modifier and Type Method Description Future<UpdateBasePathMappingResult>
AbstractAmazonApiGatewayAsync. updateBasePathMappingAsync(UpdateBasePathMappingRequest request, AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler)
Future<UpdateBasePathMappingResult>
AmazonApiGatewayAsync. updateBasePathMappingAsync(UpdateBasePathMappingRequest updateBasePathMappingRequest, AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler)
Changes information about the BasePathMapping resource.Future<UpdateBasePathMappingResult>
AmazonApiGatewayAsyncClient. updateBasePathMappingAsync(UpdateBasePathMappingRequest request, AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler)
-
Uses of UpdateBasePathMappingRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateBasePathMappingRequest Modifier and Type Method Description UpdateBasePathMappingRequest
UpdateBasePathMappingRequest. clone()
UpdateBasePathMappingRequest
UpdateBasePathMappingRequest. withBasePath(String basePath)
The base path of the BasePathMapping resource to change.UpdateBasePathMappingRequest
UpdateBasePathMappingRequest. withDomainName(String domainName)
The domain name of the BasePathMapping resource to change.UpdateBasePathMappingRequest
UpdateBasePathMappingRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateBasePathMappingRequest
UpdateBasePathMappingRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.
-