Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PlatformSpecificArtifact.Architecture
-
Packages that use PlatformSpecificArtifact.Architecture Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PlatformSpecificArtifact.Architecture in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PlatformSpecificArtifact.Architecture Modifier and Type Method Description static PlatformSpecificArtifact.Architecture
PlatformSpecificArtifact.Architecture. create(String key)
PlatformSpecificArtifact.Architecture
PlatformSpecificArtifact. getArchitecture()
System architecture.static PlatformSpecificArtifact.Architecture
PlatformSpecificArtifact.Architecture. valueOf(String name)
Returns the enum constant of this type with the specified name.static PlatformSpecificArtifact.Architecture[]
PlatformSpecificArtifact.Architecture. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PlatformSpecificArtifact.Architecture Modifier and Type Method Description PlatformSpecificArtifact.Builder
PlatformSpecificArtifact.Builder. architecture(PlatformSpecificArtifact.Architecture architecture)
System architecture.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type PlatformSpecificArtifact.Architecture Constructor Description PlatformSpecificArtifact(ContentDetails content, PlatformSpecificArtifact.OsType osType, PlatformSpecificArtifact.Architecture architecture)
Deprecated.
-