Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
UpdateBasePathMappingResult |
AmazonApiGatewayClient.updateBasePathMapping(UpdateBasePathMappingRequest request)
Changes information about the BasePathMapping resource.
|
UpdateBasePathMappingResult |
AmazonApiGateway.updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)
Changes information about the BasePathMapping resource.
|
UpdateBasePathMappingResult |
AbstractAmazonApiGateway.updateBasePathMapping(UpdateBasePathMappingRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<UpdateBasePathMappingResult> |
AmazonApiGatewayAsyncClient.updateBasePathMappingAsync(UpdateBasePathMappingRequest request,
AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler) |
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.
|
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 © 2017. All rights reserved.