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