Uses of Class
software.amazon.awssdk.services.apigateway.model.PutRestApiResponse
Packages that use PutRestApiResponse
-
Uses of PutRestApiResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return PutRestApiResponseModifier and TypeMethodDescriptiondefault 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 PutRestApiResponseModifier and TypeMethodDescriptiondefault 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.