Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsApiGatewayMethodSettings
-
Packages that use AwsApiGatewayMethodSettings Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsApiGatewayMethodSettings in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsApiGatewayMethodSettings Modifier and Type Method Description List<AwsApiGatewayMethodSettings>AwsApiGatewayStageDetails. methodSettings()Defines the method settings for the stage.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsApiGatewayMethodSettings Modifier and Type Method Description AwsApiGatewayStageDetails.BuilderAwsApiGatewayStageDetails.Builder. methodSettings(AwsApiGatewayMethodSettings... methodSettings)Defines the method settings for the stage.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsApiGatewayMethodSettings Modifier and Type Method Description AwsApiGatewayStageDetails.BuilderAwsApiGatewayStageDetails.Builder. methodSettings(Collection<AwsApiGatewayMethodSettings> methodSettings)Defines the method settings for the stage.
-