Uses of Class
software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
-
Packages that use PutRestApiResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of PutRestApiResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return PutRestApiResponse Modifier and Type Method Description default PutRestApiResponseApiGatewayClient. putRestApi(Consumer<PutRestApiRequest.Builder> putRestApiRequest)A feature of the API Gateway control service for updating an existing API with an input of external API definitions.default PutRestApiResponseApiGatewayClient. putRestApi(PutRestApiRequest putRestApiRequest)A feature of the API Gateway control service for updating an existing API with an input of external API definitions.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type PutRestApiResponse Modifier and Type Method Description default CompletableFuture<PutRestApiResponse>ApiGatewayAsyncClient. putRestApi(Consumer<PutRestApiRequest.Builder> putRestApiRequest)A feature of the API Gateway control service for updating an existing API with an input of external API definitions.default CompletableFuture<PutRestApiResponse>ApiGatewayAsyncClient. putRestApi(PutRestApiRequest putRestApiRequest)A feature of the API Gateway control service for updating an existing API with an input of external API definitions.
-