Uses of Interface
software.amazon.awssdk.services.apigateway.model.TestInvokeAuthorizerResponse.Builder
Packages that use TestInvokeAuthorizerResponse.Builder
-
Uses of TestInvokeAuthorizerResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return TestInvokeAuthorizerResponse.BuilderModifier and TypeMethodDescriptionTestInvokeAuthorizerResponse.Builder.authorization(Map<String, ? extends Collection<String>> authorization) The authorization response.TestInvokeAuthorizerResponse.builder()The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool configured for the API.TestInvokeAuthorizerResponse.Builder.clientStatus(Integer clientStatus) The HTTP status code that the client would have received.The execution latency, in ms, of the test authorizer request.The API Gateway execution log for the test authorizer request.The JSON policy document returned by the AuthorizerTestInvokeAuthorizerResponse.Builder.principalId(String principalId) The principal identity returned by the AuthorizerTestInvokeAuthorizerResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type TestInvokeAuthorizerResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TestInvokeAuthorizerResponse.Builder>TestInvokeAuthorizerResponse.serializableBuilderClass()