Uses of Class
com.amazonaws.services.apigateway.model.CreateBasePathMappingRequest
-
Packages that use CreateBasePathMappingRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of CreateBasePathMappingRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateBasePathMappingRequest Modifier and Type Method Description 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.Future<CreateBasePathMappingResult>
AmazonApiGatewayAsyncClient. createBasePathMappingAsync(CreateBasePathMappingRequest request, AsyncHandler<CreateBasePathMappingRequest,CreateBasePathMappingResult> asyncHandler)
-
Uses of CreateBasePathMappingRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateBasePathMappingRequest Modifier and Type Method Description CreateBasePathMappingRequest
CreateBasePathMappingRequest. clone()
CreateBasePathMappingRequest
CreateBasePathMappingRequest. withBasePath(String basePath)
The base path name that callers of the API must provide as part of the URL after the domain name.CreateBasePathMappingRequest
CreateBasePathMappingRequest. withDomainName(String domainName)
The domain name of the BasePathMapping resource to create.CreateBasePathMappingRequest
CreateBasePathMappingRequest. withRestApiId(String restApiId)
The name of the API that you want to apply this mapping to.CreateBasePathMappingRequest
CreateBasePathMappingRequest. withStage(String stage)
The name of the API's stage that you want to use for this mapping.
-