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