| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateBasePathMappingResult |
AmazonApiGateway.updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)
Changes information about the BasePathMapping resource.
|
UpdateBasePathMappingResult |
AbstractAmazonApiGateway.updateBasePathMapping(UpdateBasePathMappingRequest request) |
UpdateBasePathMappingResult |
AmazonApiGatewayClient.updateBasePathMapping(UpdateBasePathMappingRequest request)
Changes information about the BasePathMapping resource.
|
| 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 |
|---|---|
UpdateBasePathMappingResult |
UpdateBasePathMappingResult.clone() |
UpdateBasePathMappingResult |
UpdateBasePathMappingResult.withBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.
|
UpdateBasePathMappingResult |
UpdateBasePathMappingResult.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
UpdateBasePathMappingResult |
UpdateBasePathMappingResult.withStage(String stage)
The name of the associated stage.
|
Copyright © 2021. All rights reserved.