Uses of Class
com.oracle.bmc.jms.model.PlatformArchitectureType
-
Packages that use PlatformArchitectureType Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of PlatformArchitectureType in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return PlatformArchitectureType Modifier and Type Method Description static PlatformArchitectureTypePlatformArchitectureType. create(String key)PlatformArchitectureTypeAgentInstallerSummary. getPlatformArchitecture()The target operating system architecture for the installer.static PlatformArchitectureTypePlatformArchitectureType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformArchitectureType[]PlatformArchitectureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type PlatformArchitectureType Modifier and Type Method Description AgentInstallerSummary.BuilderAgentInstallerSummary.Builder. platformArchitecture(PlatformArchitectureType platformArchitecture)The target operating system architecture for the installer.Constructors in com.oracle.bmc.jms.model with parameters of type PlatformArchitectureType Constructor Description AgentInstallerSummary(Long agentInstallerId, String agentInstallerDescription, Long approximateFileSizeInBytes, String sha256, OsFamily osFamily, PlatformArchitectureType platformArchitecture, PackageType packageType, String agentVersion, String javaVersion, String agentInstallerVersion)Deprecated. -
Uses of PlatformArchitectureType in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return PlatformArchitectureType Modifier and Type Method Description PlatformArchitectureTypeListAgentInstallersRequest. getPlatformArchitecture()The platform architecture for the agent installer.Methods in com.oracle.bmc.jms.requests with parameters of type PlatformArchitectureType Modifier and Type Method Description ListAgentInstallersRequest.BuilderListAgentInstallersRequest.Builder. platformArchitecture(PlatformArchitectureType platformArchitecture)The platform architecture for the agent installer.
-