| Modifier and Type | Method and Description |
|---|---|
FollowMode |
FingerprintOptions.Jsii$Proxy.getFollow()
Deprecated.
|
FollowMode |
StagingProps.Jsii$Proxy.getFollow()
Deprecated.
|
default FollowMode |
CopyOptions.getFollow()
Deprecated.
use `followSymlinks` instead
|
FollowMode |
CopyOptions.Jsii$Proxy.getFollow()
Deprecated.
|
static FollowMode |
FollowMode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FollowMode[] |
FollowMode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FingerprintOptions.Builder |
FingerprintOptions.Builder.follow(FollowMode follow)
Deprecated.
use `followSymlinks` instead
|
StagingProps.Builder |
StagingProps.Builder.follow(FollowMode follow)
Deprecated.
use `followSymlinks` instead
|
CopyOptions.Builder |
CopyOptions.Builder.follow(FollowMode follow)
Deprecated.
use `followSymlinks` instead
|
Staging.Builder |
Staging.Builder.follow(FollowMode follow)
Deprecated.
use `followSymlinks` instead
|
Copyright © 2022. All rights reserved.