Uses of Class
com.oracle.bmc.databasemanagement.responses.ChangePlanRetentionResponse
-
Packages that use ChangePlanRetentionResponse Package Description com.oracle.bmc.databasemanagement com.oracle.bmc.databasemanagement.responses -
-
Uses of ChangePlanRetentionResponse in com.oracle.bmc.databasemanagement
Methods in com.oracle.bmc.databasemanagement that return ChangePlanRetentionResponse Modifier and Type Method Description ChangePlanRetentionResponse
DbManagement. changePlanRetention(ChangePlanRetentionRequest request)
Changes the retention period of unused plans.ChangePlanRetentionResponse
DbManagementClient. changePlanRetention(ChangePlanRetentionRequest request)
Methods in com.oracle.bmc.databasemanagement that return types with arguments of type ChangePlanRetentionResponse Modifier and Type Method Description Future<ChangePlanRetentionResponse>
DbManagementAsync. changePlanRetention(ChangePlanRetentionRequest request, AsyncHandler<ChangePlanRetentionRequest,ChangePlanRetentionResponse> handler)
Changes the retention period of unused plans.Future<ChangePlanRetentionResponse>
DbManagementAsyncClient. changePlanRetention(ChangePlanRetentionRequest request, AsyncHandler<ChangePlanRetentionRequest,ChangePlanRetentionResponse> handler)
Method parameters in com.oracle.bmc.databasemanagement with type arguments of type ChangePlanRetentionResponse Modifier and Type Method Description Future<ChangePlanRetentionResponse>
DbManagementAsync. changePlanRetention(ChangePlanRetentionRequest request, AsyncHandler<ChangePlanRetentionRequest,ChangePlanRetentionResponse> handler)
Changes the retention period of unused plans.Future<ChangePlanRetentionResponse>
DbManagementAsyncClient. changePlanRetention(ChangePlanRetentionRequest request, AsyncHandler<ChangePlanRetentionRequest,ChangePlanRetentionResponse> handler)
-
Uses of ChangePlanRetentionResponse in com.oracle.bmc.databasemanagement.responses
Methods in com.oracle.bmc.databasemanagement.responses that return ChangePlanRetentionResponse Modifier and Type Method Description ChangePlanRetentionResponse
ChangePlanRetentionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.databasemanagement.responses with parameters of type ChangePlanRetentionResponse Modifier and Type Method Description ChangePlanRetentionResponse.Builder
ChangePlanRetentionResponse.Builder. copy(ChangePlanRetentionResponse o)
Copy method to populate the builder with values from the given instance.
-