Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
-
Packages that use CreateBasePathMappingResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of CreateBasePathMappingResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateBasePathMappingResponse Modifier and Type Method Description default CreateBasePathMappingResponseApiGatewayClient. createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder> createBasePathMappingRequest)Creates a new BasePathMapping resource.default CreateBasePathMappingResponseApiGatewayClient. createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)Creates a new BasePathMapping resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type CreateBasePathMappingResponse Modifier and Type Method Description default CompletableFuture<CreateBasePathMappingResponse>ApiGatewayAsyncClient. createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder> createBasePathMappingRequest)Creates a new BasePathMapping resource.default CompletableFuture<CreateBasePathMappingResponse>ApiGatewayAsyncClient. createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)Creates a new BasePathMapping resource.
-