Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
static JavaRuntimeId.Builder |
JavaRuntimeId.builder()
Create a new builder.
|
JavaRuntimeId.Builder |
JavaRuntimeId.Builder.copy(JavaRuntimeId model) |
JavaRuntimeId.Builder |
JavaRuntimeId.Builder.distribution(String distribution)
The distribution of a Java Runtime is the name of the lineage of product to which it
belongs, for example Java(TM) SE Runtime Environment.
|
JavaRuntimeId.Builder |
JavaRuntimeId.Builder.jreKey(String jreKey)
The unique identifier for a Java Runtime.
|
JavaRuntimeId.Builder |
JavaRuntimeId.toBuilder() |
JavaRuntimeId.Builder |
JavaRuntimeId.Builder.vendor(String vendor)
The vendor of the Java Runtime.
|
JavaRuntimeId.Builder |
JavaRuntimeId.Builder.version(String version)
The version of the Java Runtime.
|
Copyright © 2016–2024. All rights reserved.