Uses of Class
com.oracle.bmc.datasafe.responses.ChangeRetentionResponse
-
Packages that use ChangeRetentionResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ChangeRetentionResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ChangeRetentionResponse Modifier and Type Method Description ChangeRetentionResponse
DataSafe. changeRetention(ChangeRetentionRequest request)
Change the online and offline months .ChangeRetentionResponse
DataSafeClient. changeRetention(ChangeRetentionRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ChangeRetentionResponse Modifier and Type Method Description Future<ChangeRetentionResponse>
DataSafeAsync. changeRetention(ChangeRetentionRequest request, AsyncHandler<ChangeRetentionRequest,ChangeRetentionResponse> handler)
Change the online and offline months .Future<ChangeRetentionResponse>
DataSafeAsyncClient. changeRetention(ChangeRetentionRequest request, AsyncHandler<ChangeRetentionRequest,ChangeRetentionResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeRetentionResponse Modifier and Type Method Description Future<ChangeRetentionResponse>
DataSafeAsync. changeRetention(ChangeRetentionRequest request, AsyncHandler<ChangeRetentionRequest,ChangeRetentionResponse> handler)
Change the online and offline months .Future<ChangeRetentionResponse>
DataSafeAsyncClient. changeRetention(ChangeRetentionRequest request, AsyncHandler<ChangeRetentionRequest,ChangeRetentionResponse> handler)
-
Uses of ChangeRetentionResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ChangeRetentionResponse Modifier and Type Method Description ChangeRetentionResponse
ChangeRetentionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ChangeRetentionResponse Modifier and Type Method Description ChangeRetentionResponse.Builder
ChangeRetentionResponse.Builder. copy(ChangeRetentionResponse o)
Copy method to populate the builder with values from the given instance.
-