Uses of Class
com.amazonaws.services.apigateway.model.UpdateBasePathMappingRequest
Packages that use UpdateBasePathMappingRequest
-
Uses of UpdateBasePathMappingRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type UpdateBasePathMappingRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateBasePathMapping(UpdateBasePathMappingRequest request) AmazonApiGateway.updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest) Changes information about the BasePathMapping resource.AmazonApiGatewayClient.updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest) Changes information about the BasePathMapping resource.AbstractAmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest request) AbstractAmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest request, AsyncHandler<UpdateBasePathMappingRequest, UpdateBasePathMappingResult> asyncHandler) AmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest updateBasePathMappingRequest) Changes information about the BasePathMapping resource.AmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest updateBasePathMappingRequest, AsyncHandler<UpdateBasePathMappingRequest, UpdateBasePathMappingResult> asyncHandler) Changes information about the BasePathMapping resource.AmazonApiGatewayAsyncClient.updateBasePathMappingAsync(UpdateBasePathMappingRequest request) AmazonApiGatewayAsyncClient.updateBasePathMappingAsync(UpdateBasePathMappingRequest request, AsyncHandler<UpdateBasePathMappingRequest, UpdateBasePathMappingResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateBasePathMappingRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest request, AsyncHandler<UpdateBasePathMappingRequest, UpdateBasePathMappingResult> asyncHandler) AmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest updateBasePathMappingRequest, AsyncHandler<UpdateBasePathMappingRequest, UpdateBasePathMappingResult> asyncHandler) Changes information about the BasePathMapping resource.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 UpdateBasePathMappingRequestModifier and TypeMethodDescriptionUpdateBasePathMappingRequest.clone()UpdateBasePathMappingRequest.withBasePath(String basePath) The base path of the BasePathMapping resource to change.UpdateBasePathMappingRequest.withDomainName(String domainName) The domain name of the BasePathMapping resource to change.UpdateBasePathMappingRequest.withPatchOperations(PatchOperation... patchOperations) A list of operations describing the updates to apply to the specified resource.UpdateBasePathMappingRequest.withPatchOperations(Collection<PatchOperation> patchOperations) A list of operations describing the updates to apply to the specified resource.