Uses of Enum
software.amazon.awssdk.services.ec2.model.IpamPoolSourceResourceType
Packages that use IpamPoolSourceResourceType
-
Uses of IpamPoolSourceResourceType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPoolSourceResourceTypeModifier and TypeMethodDescriptionstatic IpamPoolSourceResourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.IpamPoolSourceResource.resourceType()The source resource type.IpamPoolSourceResourceRequest.resourceType()The source resource type.static IpamPoolSourceResourceTypeReturns the enum constant of this type with the specified name.static IpamPoolSourceResourceType[]IpamPoolSourceResourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPoolSourceResourceTypeModifier and TypeMethodDescriptionstatic Set<IpamPoolSourceResourceType>IpamPoolSourceResourceType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPoolSourceResourceTypeModifier and TypeMethodDescriptionIpamPoolSourceResource.Builder.resourceType(IpamPoolSourceResourceType resourceType) The source resource type.IpamPoolSourceResourceRequest.Builder.resourceType(IpamPoolSourceResourceType resourceType) The source resource type.