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