Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.AccessLogSettings
-
Packages that use AccessLogSettings Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of AccessLogSettings in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return AccessLogSettings Modifier and Type Method Description AccessLogSettingsCreateStageRequest. accessLogSettings()Settings for logging access in this stage.AccessLogSettingsCreateStageResponse. accessLogSettings()Settings for logging access in this stage.AccessLogSettingsGetStageResponse. accessLogSettings()Settings for logging access in this stage.AccessLogSettingsStage. accessLogSettings()Settings for logging access in this stage.AccessLogSettingsUpdateStageRequest. accessLogSettings()Settings for logging access in this stage.AccessLogSettingsUpdateStageResponse. accessLogSettings()Settings for logging access in this stage.Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type AccessLogSettings Modifier and Type Method Description CreateStageRequest.BuilderCreateStageRequest.Builder. accessLogSettings(AccessLogSettings accessLogSettings)Settings for logging access in this stage.CreateStageResponse.BuilderCreateStageResponse.Builder. accessLogSettings(AccessLogSettings accessLogSettings)Settings for logging access in this stage.GetStageResponse.BuilderGetStageResponse.Builder. accessLogSettings(AccessLogSettings accessLogSettings)Settings for logging access in this stage.Stage.BuilderStage.Builder. accessLogSettings(AccessLogSettings accessLogSettings)Settings for logging access in this stage.UpdateStageRequest.BuilderUpdateStageRequest.Builder. accessLogSettings(AccessLogSettings accessLogSettings)Settings for logging access in this stage.UpdateStageResponse.BuilderUpdateStageResponse.Builder. accessLogSettings(AccessLogSettings accessLogSettings)Settings for logging access in this stage.
-