Uses of Class
com.amazonaws.services.apigateway.model.CreateBasePathMappingResult
Packages that use CreateBasePathMappingResult
-
Uses of CreateBasePathMappingResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return CreateBasePathMappingResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.createBasePathMapping
(CreateBasePathMappingRequest request) AmazonApiGateway.createBasePathMapping
(CreateBasePathMappingRequest createBasePathMappingRequest) Creates a new BasePathMapping resource.AmazonApiGatewayClient.createBasePathMapping
(CreateBasePathMappingRequest createBasePathMappingRequest) Creates a new BasePathMapping resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type CreateBasePathMappingResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.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 CreateBasePathMappingResultModifier 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 CreateBasePathMappingResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return CreateBasePathMappingResultModifier and TypeMethodDescriptionCreateBasePathMappingResult.clone()
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.withRestApiId
(String restApiId) The name of the API.The name of the API's stage.