Uses of Class
com.oracle.bmc.objectstorage.model.CreateRetentionRuleDetails
-
Packages that use CreateRetentionRuleDetails Package Description com.oracle.bmc.objectstorage.model com.oracle.bmc.objectstorage.requests -
-
Uses of CreateRetentionRuleDetails in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return CreateRetentionRuleDetails Modifier and Type Method Description CreateRetentionRuleDetails
CreateRetentionRuleDetails.Builder. build()
Methods in com.oracle.bmc.objectstorage.model with parameters of type CreateRetentionRuleDetails Modifier and Type Method Description CreateRetentionRuleDetails.Builder
CreateRetentionRuleDetails.Builder. copy(CreateRetentionRuleDetails model)
-
Uses of CreateRetentionRuleDetails in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return CreateRetentionRuleDetails Modifier and Type Method Description CreateRetentionRuleDetails
CreateRetentionRuleRequest. getBody$()
Alternative accessor for the body parameter.CreateRetentionRuleDetails
CreateRetentionRuleRequest. getCreateRetentionRuleDetails()
The retention rule to create for the bucket.Methods in com.oracle.bmc.objectstorage.requests with parameters of type CreateRetentionRuleDetails Modifier and Type Method Description CreateRetentionRuleRequest.Builder
CreateRetentionRuleRequest.Builder. body$(CreateRetentionRuleDetails body)
Alternative setter for the body parameter.CreateRetentionRuleRequest.Builder
CreateRetentionRuleRequest.Builder. createRetentionRuleDetails(CreateRetentionRuleDetails createRetentionRuleDetails)
The retention rule to create for the bucket.
-