public final class S3BucketUtils extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static String | temporaryBucketName()Creates a temporary bucket name using the class name of the calling class as a prefix. | 
| static String | temporaryBucketName(Class<?> clz)Creates a temporary bucket name using the class name as a prefix. | 
| static String | temporaryBucketName(Object clz)Creates a temporary bucket name using the class name of the object passed as a prefix. | 
| static String | temporaryBucketName(String prefix)Creates a temporary bucket name using the prefix passed. | 
public static String temporaryBucketName()
public static String temporaryBucketName(Object clz)
clz - an object who's class will be used as the prefixpublic static String temporaryBucketName(Class<?> clz)
clz - class to use as the prefixCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.