Uses of Class
com.oracle.bmc.redis.responses.UpdateOciCacheConfigSetResponse
-
Packages that use UpdateOciCacheConfigSetResponse Package Description com.oracle.bmc.redis com.oracle.bmc.redis.responses -
-
Uses of UpdateOciCacheConfigSetResponse in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return UpdateOciCacheConfigSetResponse Modifier and Type Method Description UpdateOciCacheConfigSetResponse
OciCacheConfigSet. updateOciCacheConfigSet(UpdateOciCacheConfigSetRequest request)
Updates the specified OCI Cache Config Set.UpdateOciCacheConfigSetResponse
OciCacheConfigSetClient. updateOciCacheConfigSet(UpdateOciCacheConfigSetRequest request)
Methods in com.oracle.bmc.redis that return types with arguments of type UpdateOciCacheConfigSetResponse Modifier and Type Method Description Future<UpdateOciCacheConfigSetResponse>
OciCacheConfigSetAsync. updateOciCacheConfigSet(UpdateOciCacheConfigSetRequest request, AsyncHandler<UpdateOciCacheConfigSetRequest,UpdateOciCacheConfigSetResponse> handler)
Updates the specified OCI Cache Config Set.Future<UpdateOciCacheConfigSetResponse>
OciCacheConfigSetAsyncClient. updateOciCacheConfigSet(UpdateOciCacheConfigSetRequest request, AsyncHandler<UpdateOciCacheConfigSetRequest,UpdateOciCacheConfigSetResponse> handler)
Method parameters in com.oracle.bmc.redis with type arguments of type UpdateOciCacheConfigSetResponse Modifier and Type Method Description Future<UpdateOciCacheConfigSetResponse>
OciCacheConfigSetAsync. updateOciCacheConfigSet(UpdateOciCacheConfigSetRequest request, AsyncHandler<UpdateOciCacheConfigSetRequest,UpdateOciCacheConfigSetResponse> handler)
Updates the specified OCI Cache Config Set.Future<UpdateOciCacheConfigSetResponse>
OciCacheConfigSetAsyncClient. updateOciCacheConfigSet(UpdateOciCacheConfigSetRequest request, AsyncHandler<UpdateOciCacheConfigSetRequest,UpdateOciCacheConfigSetResponse> handler)
-
Uses of UpdateOciCacheConfigSetResponse in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return UpdateOciCacheConfigSetResponse Modifier and Type Method Description UpdateOciCacheConfigSetResponse
UpdateOciCacheConfigSetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.redis.responses with parameters of type UpdateOciCacheConfigSetResponse Modifier and Type Method Description UpdateOciCacheConfigSetResponse.Builder
UpdateOciCacheConfigSetResponse.Builder. copy(UpdateOciCacheConfigSetResponse o)
Copy method to populate the builder with values from the given instance.
-