public static enum CloudFrontUrlSigner.Protocol extends Enum<CloudFrontUrlSigner.Protocol>
Modifier and Type | Method and Description |
---|---|
static CloudFrontUrlSigner.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudFrontUrlSigner.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudFrontUrlSigner.Protocol http
public static final CloudFrontUrlSigner.Protocol https
public static final CloudFrontUrlSigner.Protocol rtmp
public static CloudFrontUrlSigner.Protocol[] values()
for (CloudFrontUrlSigner.Protocol c : CloudFrontUrlSigner.Protocol.values()) System.out.println(c);
public static CloudFrontUrlSigner.Protocol valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2014. All rights reserved.