Uses of Class
software.amazon.awssdk.services.privatenetworks.model.NetworkResourceDefinitionType
-
Packages that use NetworkResourceDefinitionType Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of NetworkResourceDefinitionType in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return NetworkResourceDefinitionType Modifier and Type Method Description static NetworkResourceDefinitionTypeNetworkResourceDefinitionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NetworkResourceDefinitionTypeNetworkResourceDefinition. type()The type in the network resource definition.NetworkResourceDefinitionTypeOrderedResourceDefinition. type()The type of network resource in the order.static NetworkResourceDefinitionTypeNetworkResourceDefinitionType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkResourceDefinitionType[]NetworkResourceDefinitionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type NetworkResourceDefinitionType Modifier and Type Method Description static Set<NetworkResourceDefinitionType>NetworkResourceDefinitionType. knownValues()Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type NetworkResourceDefinitionType Modifier and Type Method Description NetworkResourceDefinition.BuilderNetworkResourceDefinition.Builder. type(NetworkResourceDefinitionType type)The type in the network resource definition.OrderedResourceDefinition.BuilderOrderedResourceDefinition.Builder. type(NetworkResourceDefinitionType type)The type of network resource in the order.
-