Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingResponse
Packages that use CreateBasePathMappingResponse
-
Uses of CreateBasePathMappingResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateBasePathMappingResponseModifier and TypeMethodDescriptiondefault 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 CreateBasePathMappingResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder> createBasePathMappingRequest) Creates a new BasePathMapping resource.ApiGatewayAsyncClient.createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest) Creates a new BasePathMapping resource.