Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.DeleteCorsConfigurationResponse
-
Packages that use DeleteCorsConfigurationResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of DeleteCorsConfigurationResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return DeleteCorsConfigurationResponse Modifier and Type Method Description default DeleteCorsConfigurationResponseApiGatewayV2Client. deleteCorsConfiguration(Consumer<DeleteCorsConfigurationRequest.Builder> deleteCorsConfigurationRequest)Deletes a CORS configuration.default DeleteCorsConfigurationResponseApiGatewayV2Client. deleteCorsConfiguration(DeleteCorsConfigurationRequest deleteCorsConfigurationRequest)Deletes a CORS configuration.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type DeleteCorsConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteCorsConfigurationResponse>ApiGatewayV2AsyncClient. deleteCorsConfiguration(Consumer<DeleteCorsConfigurationRequest.Builder> deleteCorsConfigurationRequest)Deletes a CORS configuration.default CompletableFuture<DeleteCorsConfigurationResponse>ApiGatewayV2AsyncClient. deleteCorsConfiguration(DeleteCorsConfigurationRequest deleteCorsConfigurationRequest)Deletes a CORS configuration.
-