Uses of Interface
software.amazon.awssdk.services.securityhub.model.AwsLambdaFunctionLayer.Builder
-
Packages that use AwsLambdaFunctionLayer.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsLambdaFunctionLayer.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsLambdaFunctionLayer.Builder Modifier and Type Method Description AwsLambdaFunctionLayer.BuilderAwsLambdaFunctionLayer.Builder. arn(String arn)The ARN of the function layer.static AwsLambdaFunctionLayer.BuilderAwsLambdaFunctionLayer. builder()AwsLambdaFunctionLayer.BuilderAwsLambdaFunctionLayer.Builder. codeSize(Integer codeSize)The size of the layer archive in bytes.AwsLambdaFunctionLayer.BuilderAwsLambdaFunctionLayer. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsLambdaFunctionLayer.Builder Modifier and Type Method Description static Class<? extends AwsLambdaFunctionLayer.Builder>AwsLambdaFunctionLayer. serializableBuilderClass()
-