@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ResourceType extends Enum<ResourceType>
Modifier and Type | Method and Description |
---|---|
static ResourceType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceType AWSEC2CustomerGateway
public static final ResourceType AWSEC2EIP
public static final ResourceType AWSEC2Host
public static final ResourceType AWSEC2Instance
public static final ResourceType AWSEC2InternetGateway
public static final ResourceType AWSEC2NetworkAcl
public static final ResourceType AWSEC2NetworkInterface
public static final ResourceType AWSEC2RouteTable
public static final ResourceType AWSEC2SecurityGroup
public static final ResourceType AWSEC2Subnet
public static final ResourceType AWSCloudTrailTrail
public static final ResourceType AWSEC2Volume
public static final ResourceType AWSEC2VPC
public static final ResourceType AWSEC2VPNConnection
public static final ResourceType AWSEC2VPNGateway
public static final ResourceType AWSIAMGroup
public static final ResourceType AWSIAMPolicy
public static final ResourceType AWSIAMRole
public static final ResourceType AWSIAMUser
public static final ResourceType AWSACMCertificate
public static final ResourceType AWSRDSDBInstance
public static final ResourceType AWSRDSDBSubnetGroup
public static final ResourceType AWSRDSDBSecurityGroup
public static final ResourceType AWSRDSDBSnapshot
public static final ResourceType AWSRDSEventSubscription
public static final ResourceType AWSElasticLoadBalancingV2LoadBalancer
public static final ResourceType AWSS3Bucket
public static final ResourceType AWSSSMManagedInstanceInventory
public static final ResourceType AWSRedshiftCluster
public static final ResourceType AWSRedshiftClusterSnapshot
public static final ResourceType AWSRedshiftClusterParameterGroup
public static final ResourceType AWSRedshiftClusterSecurityGroup
public static final ResourceType AWSRedshiftClusterSubnetGroup
public static final ResourceType AWSRedshiftEventSubscription
public static final ResourceType AWSCloudWatchAlarm
public static final ResourceType AWSCloudFormationStack
public static final ResourceType AWSDynamoDBTable
public static final ResourceType AWSAutoScalingAutoScalingGroup
public static final ResourceType AWSAutoScalingLaunchConfiguration
public static final ResourceType AWSAutoScalingScalingPolicy
public static final ResourceType AWSAutoScalingScheduledAction
public static final ResourceType AWSCodeBuildProject
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static ResourceType 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 nullpublic String toString()
toString
in class Enum<ResourceType>
public static ResourceType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.