Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.GetKeysOptions.Builder
-
Packages that use GetKeysOptions.Builder Package Description com.ibm.cloud.ibm_key_protect_api.v2.model -
-
Uses of GetKeysOptions.Builder in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return GetKeysOptions.Builder Modifier and Type Method Description GetKeysOptions.Builder
GetKeysOptions.Builder. addState(Long state)
Adds a new element to state.GetKeysOptions.Builder
GetKeysOptions.Builder. bluemixInstance(String bluemixInstance)
Set the bluemixInstance.GetKeysOptions.Builder
GetKeysOptions.Builder. correlationId(String correlationId)
Set the correlationId.GetKeysOptions.Builder
GetKeysOptions.Builder. extractable(Boolean extractable)
Set the extractable.GetKeysOptions.Builder
GetKeysOptions.Builder. filter(String filter)
Set the filter.GetKeysOptions.Builder
GetKeysOptions.Builder. limit(long limit)
Set the limit.GetKeysOptions.Builder
GetKeysOptions. newBuilder()
New builder.GetKeysOptions.Builder
GetKeysOptions.Builder. offset(long offset)
Set the offset.GetKeysOptions.Builder
GetKeysOptions.Builder. search(String search)
Set the search.GetKeysOptions.Builder
GetKeysOptions.Builder. sort(String sort)
Set the sort.GetKeysOptions.Builder
GetKeysOptions.Builder. state(List<Long> state)
Set the state.GetKeysOptions.Builder
GetKeysOptions.Builder. xKmsKeyRing(String xKmsKeyRing)
Set the xKmsKeyRing.
-