Uses of Class
com.oracle.bmc.objectstorage.model.SSECustomerKeyDetails
-
Packages that use SSECustomerKeyDetails Package Description com.oracle.bmc.objectstorage.model -
-
Uses of SSECustomerKeyDetails in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return SSECustomerKeyDetails Modifier and Type Method Description SSECustomerKeyDetails
SSECustomerKeyDetails.Builder. build()
SSECustomerKeyDetails
ReencryptObjectDetails. getSourceSseCustomerKey()
SSECustomerKeyDetails
ReencryptObjectDetails. getSseCustomerKey()
Methods in com.oracle.bmc.objectstorage.model with parameters of type SSECustomerKeyDetails Modifier and Type Method Description SSECustomerKeyDetails.Builder
SSECustomerKeyDetails.Builder. copy(SSECustomerKeyDetails model)
ReencryptObjectDetails.Builder
ReencryptObjectDetails.Builder. sourceSseCustomerKey(SSECustomerKeyDetails sourceSseCustomerKey)
ReencryptObjectDetails.Builder
ReencryptObjectDetails.Builder. sseCustomerKey(SSECustomerKeyDetails sseCustomerKey)
Constructors in com.oracle.bmc.objectstorage.model with parameters of type SSECustomerKeyDetails Constructor Description ReencryptObjectDetails(String kmsKeyId, SSECustomerKeyDetails sseCustomerKey, SSECustomerKeyDetails sourceSseCustomerKey)
Deprecated.
-