Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.ResetAuthorizersCacheResponse
-
Packages that use ResetAuthorizersCacheResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of ResetAuthorizersCacheResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return ResetAuthorizersCacheResponse Modifier and Type Method Description default ResetAuthorizersCacheResponseApiGatewayV2Client. resetAuthorizersCache(Consumer<ResetAuthorizersCacheRequest.Builder> resetAuthorizersCacheRequest)Resets all authorizer cache entries on a stage.default ResetAuthorizersCacheResponseApiGatewayV2Client. resetAuthorizersCache(ResetAuthorizersCacheRequest resetAuthorizersCacheRequest)Resets all authorizer cache entries on a stage.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type ResetAuthorizersCacheResponse Modifier and Type Method Description default CompletableFuture<ResetAuthorizersCacheResponse>ApiGatewayV2AsyncClient. resetAuthorizersCache(Consumer<ResetAuthorizersCacheRequest.Builder> resetAuthorizersCacheRequest)Resets all authorizer cache entries on a stage.default CompletableFuture<ResetAuthorizersCacheResponse>ApiGatewayV2AsyncClient. resetAuthorizersCache(ResetAuthorizersCacheRequest resetAuthorizersCacheRequest)Resets all authorizer cache entries on a stage.
-