Uses of Interface
software.amazon.awssdk.services.apigatewaymanagementapi.auth.scheme.ApiGatewayManagementApiAuthSchemeParams
-
-
Uses of ApiGatewayManagementApiAuthSchemeParams in software.amazon.awssdk.services.apigatewaymanagementapi.auth.scheme
Methods in software.amazon.awssdk.services.apigatewaymanagementapi.auth.scheme that return ApiGatewayManagementApiAuthSchemeParams Modifier and Type Method Description ApiGatewayManagementApiAuthSchemeParamsApiGatewayManagementApiAuthSchemeParams.Builder. build()Returns aApiGatewayManagementApiAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.apigatewaymanagementapi.auth.scheme with parameters of type ApiGatewayManagementApiAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>ApiGatewayManagementApiAuthSchemeProvider. resolveAuthScheme(ApiGatewayManagementApiAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of ApiGatewayManagementApiAuthSchemeParams in software.amazon.awssdk.services.apigatewaymanagementapi.auth.scheme.internal
Classes in software.amazon.awssdk.services.apigatewaymanagementapi.auth.scheme.internal that implement ApiGatewayManagementApiAuthSchemeParams Modifier and Type Class Description classDefaultApiGatewayManagementApiAuthSchemeParamsMethods in software.amazon.awssdk.services.apigatewaymanagementapi.auth.scheme.internal with parameters of type ApiGatewayManagementApiAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultApiGatewayManagementApiAuthSchemeProvider. resolveAuthScheme(ApiGatewayManagementApiAuthSchemeParams params)
-