Uses of Class
software.amazon.awssdk.services.lambda.model.ResolvedS3Object
Packages that use ResolvedS3Object
-
Uses of ResolvedS3Object in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ResolvedS3ObjectModifier and TypeMethodDescriptionfinal ResolvedS3ObjectFunctionCodeLocation.resolvedS3Object()The resolved Amazon S3 object that contains the deployment package.final ResolvedS3ObjectLayerVersionContentOutput.resolvedS3Object()Returns the value of the ResolvedS3Object property for this object.Methods in software.amazon.awssdk.services.lambda.model with parameters of type ResolvedS3ObjectModifier and TypeMethodDescriptionFunctionCodeLocation.Builder.resolvedS3Object(ResolvedS3Object resolvedS3Object) The resolved Amazon S3 object that contains the deployment package.LayerVersionContentOutput.Builder.resolvedS3Object(ResolvedS3Object resolvedS3Object) Sets the value of the ResolvedS3Object property for this object.