Uses of Class
com.oracle.bmc.redis.requests.UpdateOciCacheConfigSetRequest
-
Packages that use UpdateOciCacheConfigSetRequest Package Description com.oracle.bmc.redis com.oracle.bmc.redis.requests -
-
Uses of UpdateOciCacheConfigSetRequest in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis with parameters of type UpdateOciCacheConfigSetRequest Modifier and Type Method Description UpdateOciCacheConfigSetResponse
OciCacheConfigSet. updateOciCacheConfigSet(UpdateOciCacheConfigSetRequest request)
Updates the specified OCI Cache Config Set.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)
UpdateOciCacheConfigSetResponse
OciCacheConfigSetClient. updateOciCacheConfigSet(UpdateOciCacheConfigSetRequest request)
Method parameters in com.oracle.bmc.redis with type arguments of type UpdateOciCacheConfigSetRequest 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 UpdateOciCacheConfigSetRequest in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return UpdateOciCacheConfigSetRequest Modifier and Type Method Description UpdateOciCacheConfigSetRequest
UpdateOciCacheConfigSetRequest.Builder. build()
Build the instance of UpdateOciCacheConfigSetRequest as configured by this builderUpdateOciCacheConfigSetRequest
UpdateOciCacheConfigSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateOciCacheConfigSetRequest as configured by this builderMethods in com.oracle.bmc.redis.requests with parameters of type UpdateOciCacheConfigSetRequest Modifier and Type Method Description UpdateOciCacheConfigSetRequest.Builder
UpdateOciCacheConfigSetRequest.Builder. copy(UpdateOciCacheConfigSetRequest o)
Copy method to populate the builder with values from the given instance.
-