Uses of Class
software.amazon.awssdk.transfer.s3.internal.S3ClientType
-
Packages that use S3ClientType Package Description software.amazon.awssdk.transfer.s3.internal -
-
Uses of S3ClientType in software.amazon.awssdk.transfer.s3.internal
Methods in software.amazon.awssdk.transfer.s3.internal that return S3ClientType Modifier and Type Method Description static S3ClientTypeS3ClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static S3ClientType[]S3ClientType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-