Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsLambdaFunctionLayer
-
Packages that use AwsLambdaFunctionLayer Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsLambdaFunctionLayer in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsLambdaFunctionLayer Modifier and Type Method Description List<AwsLambdaFunctionLayer>AwsLambdaFunctionDetails. layers()The function's layers.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsLambdaFunctionLayer Modifier and Type Method Description AwsLambdaFunctionDetails.BuilderAwsLambdaFunctionDetails.Builder. layers(AwsLambdaFunctionLayer... layers)The function's layers.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsLambdaFunctionLayer Modifier and Type Method Description AwsLambdaFunctionDetails.BuilderAwsLambdaFunctionDetails.Builder. layers(Collection<AwsLambdaFunctionLayer> layers)The function's layers.
-