Uses of Class
software.amazon.awssdk.services.apigateway.model.PutRestApiRequest
-
Packages that use PutRestApiRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of PutRestApiRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type PutRestApiRequest Modifier and Type Method Description 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.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. -
Uses of PutRestApiRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type PutRestApiRequest Modifier and Type Method Description SdkHttpFullRequestPutRestApiRequestMarshaller. marshall(PutRestApiRequest putRestApiRequest)
-