Uses of Class
software.amazon.awssdk.services.apigateway.model.FlushStageAuthorizersCacheResponse
Packages that use FlushStageAuthorizersCacheResponse
-
Uses of FlushStageAuthorizersCacheResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return FlushStageAuthorizersCacheResponseModifier and TypeMethodDescriptionApiGatewayClient.flushStageAuthorizersCache(Consumer<FlushStageAuthorizersCacheRequest.Builder> flushStageAuthorizersCacheRequest) Flushes all authorizer cache entries on a stage.ApiGatewayClient.flushStageAuthorizersCache(FlushStageAuthorizersCacheRequest flushStageAuthorizersCacheRequest) Flushes all authorizer cache entries on a stage.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type FlushStageAuthorizersCacheResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.flushStageAuthorizersCache(Consumer<FlushStageAuthorizersCacheRequest.Builder> flushStageAuthorizersCacheRequest) Flushes all authorizer cache entries on a stage.ApiGatewayAsyncClient.flushStageAuthorizersCache(FlushStageAuthorizersCacheRequest flushStageAuthorizersCacheRequest) Flushes all authorizer cache entries on a stage.