Uses of Enum
software.amazon.awssdk.services.lambda.model.S3ObjectStorageMode
Packages that use S3ObjectStorageMode
-
Uses of S3ObjectStorageMode in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return S3ObjectStorageModeModifier and TypeMethodDescriptionstatic S3ObjectStorageModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final S3ObjectStorageModeFunctionCode.s3ObjectStorageMode()Specifies how the deployment package is stored.final S3ObjectStorageModeLayerVersionContentInput.s3ObjectStorageMode()Returns the value of the S3ObjectStorageMode property for this object.final S3ObjectStorageModeUpdateFunctionCodeRequest.s3ObjectStorageMode()Specifies how the deployment package is stored.static S3ObjectStorageModeReturns the enum constant of this type with the specified name.static S3ObjectStorageMode[]S3ObjectStorageMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type S3ObjectStorageModeModifier and TypeMethodDescriptionstatic Set<S3ObjectStorageMode>S3ObjectStorageMode.knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type S3ObjectStorageModeModifier and TypeMethodDescriptionFunctionCode.Builder.s3ObjectStorageMode(S3ObjectStorageMode s3ObjectStorageMode) Specifies how the deployment package is stored.LayerVersionContentInput.Builder.s3ObjectStorageMode(S3ObjectStorageMode s3ObjectStorageMode) Sets the value of the S3ObjectStorageMode property for this object.UpdateFunctionCodeRequest.Builder.s3ObjectStorageMode(S3ObjectStorageMode s3ObjectStorageMode) Specifies how the deployment package is stored.