| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway | 
 | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and 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(Collection<PatchOperation> patchOperations)
 For more information about supported patch operations, see Patch Operations. 
 | 
UpdateBasePathMappingRequest | 
UpdateBasePathMappingRequest.withPatchOperations(PatchOperation... patchOperations)
 For more information about supported patch operations, see Patch Operations. 
 | 
Copyright © 2022. All rights reserved.