Uses of Class
com.oracle.bmc.redis.requests.CreateOciCacheConfigSetRequest
-
Packages that use CreateOciCacheConfigSetRequest Package Description com.oracle.bmc.redis com.oracle.bmc.redis.requests -
-
Uses of CreateOciCacheConfigSetRequest in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis with parameters of type CreateOciCacheConfigSetRequest Modifier and Type Method Description CreateOciCacheConfigSetResponse
OciCacheConfigSet. createOciCacheConfigSet(CreateOciCacheConfigSetRequest request)
Create a new OCI Cache Config Set for the given OCI cache engine version.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)
CreateOciCacheConfigSetResponse
OciCacheConfigSetClient. createOciCacheConfigSet(CreateOciCacheConfigSetRequest request)
Method parameters in com.oracle.bmc.redis with type arguments of type CreateOciCacheConfigSetRequest 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 CreateOciCacheConfigSetRequest in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return CreateOciCacheConfigSetRequest Modifier and Type Method Description CreateOciCacheConfigSetRequest
CreateOciCacheConfigSetRequest.Builder. build()
Build the instance of CreateOciCacheConfigSetRequest as configured by this builderCreateOciCacheConfigSetRequest
CreateOciCacheConfigSetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOciCacheConfigSetRequest as configured by this builderMethods in com.oracle.bmc.redis.requests with parameters of type CreateOciCacheConfigSetRequest Modifier and Type Method Description CreateOciCacheConfigSetRequest.Builder
CreateOciCacheConfigSetRequest.Builder. copy(CreateOciCacheConfigSetRequest o)
Copy method to populate the builder with values from the given instance.
-