@Generated(value="OracleSDKGenerator", comments="API Version: release") public class GetKeyVersionRequest extends BmcRequest<Void>
Modifier and Type | Class and Description |
---|---|
static class |
GetKeyVersionRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetKeyVersionRequest.Builder |
builder() |
String |
getKeyId()
The OCID of the key.
|
String |
getKeyVersionId()
The OCID of the key version.
|
String |
getOpcRequestId()
Unique identifier for the request.
|
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static GetKeyVersionRequest.Builder builder()
public String getKeyId()
The OCID of the key.
public String getKeyVersionId()
The OCID of the key version.
public String getOpcRequestId()
Unique identifier for the request. If provided, the returned request ID will include this value. Otherwise, a random request ID will be generated by the service.
Copyright © 2016–2020. All rights reserved.