Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
CreateBasePathMappingResult |
AmazonApiGatewayClient.createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)
Creates a new BasePathMapping resource.
|
CreateBasePathMappingResult |
AmazonApiGateway.createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)
Creates a new BasePathMapping resource.
|
CreateBasePathMappingResult |
AbstractAmazonApiGateway.createBasePathMapping(CreateBasePathMappingRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateBasePathMappingResult> |
AmazonApiGatewayAsyncClient.createBasePathMappingAsync(CreateBasePathMappingRequest request,
AsyncHandler<CreateBasePathMappingRequest,CreateBasePathMappingResult> asyncHandler) |
Future<CreateBasePathMappingResult> |
AbstractAmazonApiGatewayAsync.createBasePathMappingAsync(CreateBasePathMappingRequest request,
AsyncHandler<CreateBasePathMappingRequest,CreateBasePathMappingResult> asyncHandler) |
Future<CreateBasePathMappingResult> |
AmazonApiGatewayAsync.createBasePathMappingAsync(CreateBasePathMappingRequest createBasePathMappingRequest,
AsyncHandler<CreateBasePathMappingRequest,CreateBasePathMappingResult> asyncHandler)
Creates a new BasePathMapping resource.
|
Modifier and Type | Method and Description |
---|---|
CreateBasePathMappingResult |
CreateBasePathMappingResult.clone() |
CreateBasePathMappingResult |
CreateBasePathMappingResult.withBasePath(String basePath)
The base path name that callers of the API must provide as part of the
URL after the domain name.
|
CreateBasePathMappingResult |
CreateBasePathMappingResult.withRestApiId(String restApiId)
The name of the API.
|
CreateBasePathMappingResult |
CreateBasePathMappingResult.withStage(String stage)
The name of the API's stage.
|
Copyright © 2016. All rights reserved.