public class IdentifierUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
generateResourceIdentifier(String logicalResourceId,
String clientRequestToken)
For named resources, use this method to safely generate a user friendly
resource name when the customer does not pass in an explicit name For more
info, see the named resources section of the developer guide https://...
|
static String |
generateResourceIdentifier(String logicalResourceId,
String clientRequestToken,
int maxLength)
For named resources, use this method to safely generate a user friendly
resource name when the customer does not pass in an explicit name For more
info, see the named resources section of the developer guide https://...
|
public static String generateResourceIdentifier(String logicalResourceId, String clientRequestToken)
public static String generateResourceIdentifier(String logicalResourceId, String clientRequestToken, int maxLength)
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.