Uses of Class
com.oracle.bmc.databasetoolsruntime.requests.UpdatePropertySetRequest
-
Packages that use UpdatePropertySetRequest Package Description com.oracle.bmc.databasetoolsruntime com.oracle.bmc.databasetoolsruntime.requests -
-
Uses of UpdatePropertySetRequest in com.oracle.bmc.databasetoolsruntime
Methods in com.oracle.bmc.databasetoolsruntime with parameters of type UpdatePropertySetRequest Modifier and Type Method Description UpdatePropertySetResponseDatabaseToolsRuntime. updatePropertySet(UpdatePropertySetRequest request)Update a property setFuture<UpdatePropertySetResponse>DatabaseToolsRuntimeAsync. updatePropertySet(UpdatePropertySetRequest request, AsyncHandler<UpdatePropertySetRequest,UpdatePropertySetResponse> handler)Update a property setFuture<UpdatePropertySetResponse>DatabaseToolsRuntimeAsyncClient. updatePropertySet(UpdatePropertySetRequest request, AsyncHandler<UpdatePropertySetRequest,UpdatePropertySetResponse> handler)UpdatePropertySetResponseDatabaseToolsRuntimeClient. updatePropertySet(UpdatePropertySetRequest request)Method parameters in com.oracle.bmc.databasetoolsruntime with type arguments of type UpdatePropertySetRequest Modifier and Type Method Description Future<UpdatePropertySetResponse>DatabaseToolsRuntimeAsync. updatePropertySet(UpdatePropertySetRequest request, AsyncHandler<UpdatePropertySetRequest,UpdatePropertySetResponse> handler)Update a property setFuture<UpdatePropertySetResponse>DatabaseToolsRuntimeAsyncClient. updatePropertySet(UpdatePropertySetRequest request, AsyncHandler<UpdatePropertySetRequest,UpdatePropertySetResponse> handler) -
Uses of UpdatePropertySetRequest in com.oracle.bmc.databasetoolsruntime.requests
Methods in com.oracle.bmc.databasetoolsruntime.requests that return UpdatePropertySetRequest Modifier and Type Method Description UpdatePropertySetRequestUpdatePropertySetRequest.Builder. build()Build the instance of UpdatePropertySetRequest as configured by this builderUpdatePropertySetRequestUpdatePropertySetRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdatePropertySetRequest as configured by this builderMethods in com.oracle.bmc.databasetoolsruntime.requests with parameters of type UpdatePropertySetRequest Modifier and Type Method Description UpdatePropertySetRequest.BuilderUpdatePropertySetRequest.Builder. copy(UpdatePropertySetRequest o)Copy method to populate the builder with values from the given instance.
-