Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AssetModelVersionType
-
Packages that use AssetModelVersionType Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AssetModelVersionType in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return AssetModelVersionType Modifier and Type Method Description static AssetModelVersionTypeAssetModelVersionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AssetModelVersionTypeCreateAssetModelCompositeModelRequest. matchForVersionType()Specifies the asset model version type (LATESTorACTIVE) used in conjunction withIf-MatchorIf-None-Matchheaders to determine the target ETag for the create operation.AssetModelVersionTypeDeleteAssetModelCompositeModelRequest. matchForVersionType()Specifies the asset model version type (LATESTorACTIVE) used in conjunction withIf-MatchorIf-None-Matchheaders to determine the target ETag for the delete operation.AssetModelVersionTypeDeleteAssetModelRequest. matchForVersionType()Specifies the asset model version type (LATESTorACTIVE) used in conjunction withIf-MatchorIf-None-Matchheaders to determine the target ETag for the delete operation.AssetModelVersionTypeUpdateAssetModelCompositeModelRequest. matchForVersionType()Specifies the asset model version type (LATESTorACTIVE) used in conjunction withIf-MatchorIf-None-Matchheaders to determine the target ETag for the update operation.AssetModelVersionTypeUpdateAssetModelRequest. matchForVersionType()Specifies the asset model version type (LATESTorACTIVE) used in conjunction withIf-MatchorIf-None-Matchheaders to determine the target ETag for the update operation.static AssetModelVersionTypeAssetModelVersionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetModelVersionType[]AssetModelVersionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AssetModelVersionType Modifier and Type Method Description static Set<AssetModelVersionType>AssetModelVersionType. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AssetModelVersionType Modifier and Type Method Description CreateAssetModelCompositeModelRequest.BuilderCreateAssetModelCompositeModelRequest.Builder. matchForVersionType(AssetModelVersionType matchForVersionType)Specifies the asset model version type (LATESTorACTIVE) used in conjunction withIf-MatchorIf-None-Matchheaders to determine the target ETag for the create operation.DeleteAssetModelCompositeModelRequest.BuilderDeleteAssetModelCompositeModelRequest.Builder. matchForVersionType(AssetModelVersionType matchForVersionType)Specifies the asset model version type (LATESTorACTIVE) used in conjunction withIf-MatchorIf-None-Matchheaders to determine the target ETag for the delete operation.DeleteAssetModelRequest.BuilderDeleteAssetModelRequest.Builder. matchForVersionType(AssetModelVersionType matchForVersionType)Specifies the asset model version type (LATESTorACTIVE) used in conjunction withIf-MatchorIf-None-Matchheaders to determine the target ETag for the delete operation.UpdateAssetModelCompositeModelRequest.BuilderUpdateAssetModelCompositeModelRequest.Builder. matchForVersionType(AssetModelVersionType matchForVersionType)Specifies the asset model version type (LATESTorACTIVE) used in conjunction withIf-MatchorIf-None-Matchheaders to determine the target ETag for the update operation.UpdateAssetModelRequest.BuilderUpdateAssetModelRequest.Builder. matchForVersionType(AssetModelVersionType matchForVersionType)Specifies the asset model version type (LATESTorACTIVE) used in conjunction withIf-MatchorIf-None-Matchheaders to determine the target ETag for the update operation.
-