Uses of Class
com.oracle.bmc.cloudguard.requests.ListResourcesRequest
-
Packages that use ListResourcesRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests -
-
Uses of ListResourcesRequest in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ListResourcesRequest Modifier and Type Method Description ListResourcesResponseCloudGuard. listResources(ListResourcesRequest request)Returns a list of all resources in a compartmentFuture<ListResourcesResponse>CloudGuardAsync. listResources(ListResourcesRequest request, AsyncHandler<ListResourcesRequest,ListResourcesResponse> handler)Returns a list of all resources in a compartmentFuture<ListResourcesResponse>CloudGuardAsyncClient. listResources(ListResourcesRequest request, AsyncHandler<ListResourcesRequest,ListResourcesResponse> handler)ListResourcesResponseCloudGuardClient. listResources(ListResourcesRequest request)Iterable<ResourceSummary>CloudGuardPaginators. listResourcesRecordIterator(ListResourcesRequest request)Creates a new iterable which will iterate over theResourceSummaryobjects contained in responses from the listResources operation.Iterable<ListResourcesResponse>CloudGuardPaginators. listResourcesResponseIterator(ListResourcesRequest request)Creates a new iterable which will iterate over the responses received from the listResources operation.Method parameters in com.oracle.bmc.cloudguard with type arguments of type ListResourcesRequest Modifier and Type Method Description Future<ListResourcesResponse>CloudGuardAsync. listResources(ListResourcesRequest request, AsyncHandler<ListResourcesRequest,ListResourcesResponse> handler)Returns a list of all resources in a compartmentFuture<ListResourcesResponse>CloudGuardAsyncClient. listResources(ListResourcesRequest request, AsyncHandler<ListResourcesRequest,ListResourcesResponse> handler) -
Uses of ListResourcesRequest in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ListResourcesRequest Modifier and Type Method Description ListResourcesRequestListResourcesRequest.Builder. build()Build the instance of ListResourcesRequest as configured by this builderListResourcesRequestListResourcesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListResourcesRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type ListResourcesRequest Modifier and Type Method Description ListResourcesRequest.BuilderListResourcesRequest.Builder. copy(ListResourcesRequest o)Copy method to populate the builder with values from the given instance.
-