Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.CreateModelResponse
-
Packages that use CreateModelResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of CreateModelResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return CreateModelResponse Modifier and Type Method Description default CreateModelResponseApiGatewayV2Client. createModel(Consumer<CreateModelRequest.Builder> createModelRequest)Creates a Model for an API.default CreateModelResponseApiGatewayV2Client. createModel(CreateModelRequest createModelRequest)Creates a Model for an API.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type CreateModelResponse Modifier and Type Method Description default CompletableFuture<CreateModelResponse>ApiGatewayV2AsyncClient. createModel(Consumer<CreateModelRequest.Builder> createModelRequest)Creates a Model for an API.default CompletableFuture<CreateModelResponse>ApiGatewayV2AsyncClient. createModel(CreateModelRequest createModelRequest)Creates a Model for an API.
-