Uses of Class
com.oracle.bmc.redis.responses.ListOciCacheConfigSetsResponse
-
Packages that use ListOciCacheConfigSetsResponse Package Description com.oracle.bmc.redis com.oracle.bmc.redis.responses -
-
Uses of ListOciCacheConfigSetsResponse in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return ListOciCacheConfigSetsResponse Modifier and Type Method Description ListOciCacheConfigSetsResponseOciCacheConfigSet. listOciCacheConfigSets(ListOciCacheConfigSetsRequest request)Lists the OCI Cache Config Sets in the specified compartment.ListOciCacheConfigSetsResponseOciCacheConfigSetClient. listOciCacheConfigSets(ListOciCacheConfigSetsRequest request)Methods in com.oracle.bmc.redis that return types with arguments of type ListOciCacheConfigSetsResponse Modifier and Type Method Description Future<ListOciCacheConfigSetsResponse>OciCacheConfigSetAsync. listOciCacheConfigSets(ListOciCacheConfigSetsRequest request, AsyncHandler<ListOciCacheConfigSetsRequest,ListOciCacheConfigSetsResponse> handler)Lists the OCI Cache Config Sets in the specified compartment.Future<ListOciCacheConfigSetsResponse>OciCacheConfigSetAsyncClient. listOciCacheConfigSets(ListOciCacheConfigSetsRequest request, AsyncHandler<ListOciCacheConfigSetsRequest,ListOciCacheConfigSetsResponse> handler)Iterable<ListOciCacheConfigSetsResponse>OciCacheConfigSetPaginators. listOciCacheConfigSetsResponseIterator(ListOciCacheConfigSetsRequest request)Creates a new iterable which will iterate over the responses received from the listOciCacheConfigSets operation.Method parameters in com.oracle.bmc.redis with type arguments of type ListOciCacheConfigSetsResponse Modifier and Type Method Description Future<ListOciCacheConfigSetsResponse>OciCacheConfigSetAsync. listOciCacheConfigSets(ListOciCacheConfigSetsRequest request, AsyncHandler<ListOciCacheConfigSetsRequest,ListOciCacheConfigSetsResponse> handler)Lists the OCI Cache Config Sets in the specified compartment.Future<ListOciCacheConfigSetsResponse>OciCacheConfigSetAsyncClient. listOciCacheConfigSets(ListOciCacheConfigSetsRequest request, AsyncHandler<ListOciCacheConfigSetsRequest,ListOciCacheConfigSetsResponse> handler) -
Uses of ListOciCacheConfigSetsResponse in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return ListOciCacheConfigSetsResponse Modifier and Type Method Description ListOciCacheConfigSetsResponseListOciCacheConfigSetsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.redis.responses with parameters of type ListOciCacheConfigSetsResponse Modifier and Type Method Description ListOciCacheConfigSetsResponse.BuilderListOciCacheConfigSetsResponse.Builder. copy(ListOciCacheConfigSetsResponse o)Copy method to populate the builder with values from the given instance.
-