Uses of Class
com.amazonaws.services.apigateway.model.CreateBasePathMappingRequest
Packages that use CreateBasePathMappingRequest
-
Uses of CreateBasePathMappingRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type CreateBasePathMappingRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.createBasePathMapping(CreateBasePathMappingRequest request) AmazonApiGateway.createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest) Creates a new BasePathMapping resource.AmazonApiGatewayClient.createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest) Creates a new BasePathMapping resource.AbstractAmazonApiGatewayAsync.createBasePathMappingAsync(CreateBasePathMappingRequest request) AbstractAmazonApiGatewayAsync.createBasePathMappingAsync(CreateBasePathMappingRequest request, AsyncHandler<CreateBasePathMappingRequest, CreateBasePathMappingResult> asyncHandler) AmazonApiGatewayAsync.createBasePathMappingAsync(CreateBasePathMappingRequest createBasePathMappingRequest) Creates a new BasePathMapping resource.AmazonApiGatewayAsync.createBasePathMappingAsync(CreateBasePathMappingRequest createBasePathMappingRequest, AsyncHandler<CreateBasePathMappingRequest, CreateBasePathMappingResult> asyncHandler) Creates a new BasePathMapping resource.AmazonApiGatewayAsyncClient.createBasePathMappingAsync(CreateBasePathMappingRequest request) AmazonApiGatewayAsyncClient.createBasePathMappingAsync(CreateBasePathMappingRequest request, AsyncHandler<CreateBasePathMappingRequest, CreateBasePathMappingResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type CreateBasePathMappingRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.createBasePathMappingAsync(CreateBasePathMappingRequest request, AsyncHandler<CreateBasePathMappingRequest, CreateBasePathMappingResult> asyncHandler) AmazonApiGatewayAsync.createBasePathMappingAsync(CreateBasePathMappingRequest createBasePathMappingRequest, AsyncHandler<CreateBasePathMappingRequest, CreateBasePathMappingResult> asyncHandler) Creates a new BasePathMapping resource.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 CreateBasePathMappingRequestModifier and TypeMethodDescriptionCreateBasePathMappingRequest.clone()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.withDomainName(String domainName) The domain name of the BasePathMapping resource to create.CreateBasePathMappingRequest.withRestApiId(String restApiId) The name of the API that you want to apply this mapping to.The name of the API's stage that you want to use for this mapping.