Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateBasePathMappingResult |
AmazonApiGatewayClient.updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)
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 |
---|---|
java.util.concurrent.Future<UpdateBasePathMappingResult> |
AmazonApiGatewayAsyncClient.updateBasePathMappingAsync(UpdateBasePathMappingRequest request,
AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler) |
java.util.concurrent.Future<UpdateBasePathMappingResult> |
AmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest updateBasePathMappingRequest,
AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler)
Changes information about the BasePathMapping resource.
|
java.util.concurrent.Future<UpdateBasePathMappingResult> |
AbstractAmazonApiGatewayAsync.updateBasePathMappingAsync(UpdateBasePathMappingRequest request,
AsyncHandler<UpdateBasePathMappingRequest,UpdateBasePathMappingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateBasePathMappingResult |
UpdateBasePathMappingResult.clone() |
UpdateBasePathMappingResult |
UpdateBasePathMappingResult.withBasePath(java.lang.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(java.lang.String restApiId)
The name of the API.
|
UpdateBasePathMappingResult |
UpdateBasePathMappingResult.withStage(java.lang.String stage)
The name of the API's stage.
|
Modifier and Type | Method and Description |
---|---|
UpdateBasePathMappingResult |
UpdateBasePathMappingResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |