public class DeleteKeyOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DeleteKeyOptions.Builder
Builder.
|
static interface |
DeleteKeyOptions.Prefer
Alters server behavior for POST or DELETE operations.
|
Modifier and Type | Method and Description |
---|---|
String |
bluemixInstance()
Gets the bluemixInstance.
|
String |
correlationId()
Gets the correlationId.
|
Boolean |
force()
Gets the force.
|
String |
id()
Gets the id.
|
DeleteKeyOptions.Builder |
newBuilder()
New builder.
|
String |
prefer()
Gets the prefer.
|
String |
xKmsKeyRing()
Gets the xKmsKeyRing.
|
public DeleteKeyOptions.Builder newBuilder()
public String id()
public String bluemixInstance()
public String correlationId()
public String xKmsKeyRing()
public String prefer()
public Boolean force()
Copyright © 2022 IBM Cloud. All rights reserved.