Uses of Class
com.oracle.bmc.core.requests.ListCpesRequest
-
Packages that use ListCpesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListCpesRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListCpesRequest Modifier and Type Method Description ListCpesResponseVirtualNetwork. listCpes(ListCpesRequest request)Lists the customer-premises equipment objects (CPEs) in the specified compartment.Future<ListCpesResponse>VirtualNetworkAsync. listCpes(ListCpesRequest request, AsyncHandler<ListCpesRequest,ListCpesResponse> handler)Lists the customer-premises equipment objects (CPEs) in the specified compartment.Future<ListCpesResponse>VirtualNetworkAsyncClient. listCpes(ListCpesRequest request, AsyncHandler<ListCpesRequest,ListCpesResponse> handler)ListCpesResponseVirtualNetworkClient. listCpes(ListCpesRequest request)Iterable<Cpe>VirtualNetworkPaginators. listCpesRecordIterator(ListCpesRequest request)Creates a new iterable which will iterate over theCpeobjects contained in responses from the listCpes operation.Iterable<ListCpesResponse>VirtualNetworkPaginators. listCpesResponseIterator(ListCpesRequest request)Creates a new iterable which will iterate over the responses received from the listCpes operation.Method parameters in com.oracle.bmc.core with type arguments of type ListCpesRequest Modifier and Type Method Description Future<ListCpesResponse>VirtualNetworkAsync. listCpes(ListCpesRequest request, AsyncHandler<ListCpesRequest,ListCpesResponse> handler)Lists the customer-premises equipment objects (CPEs) in the specified compartment.Future<ListCpesResponse>VirtualNetworkAsyncClient. listCpes(ListCpesRequest request, AsyncHandler<ListCpesRequest,ListCpesResponse> handler) -
Uses of ListCpesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListCpesRequest Modifier and Type Method Description ListCpesRequestListCpesRequest.Builder. build()Build the instance of ListCpesRequest as configured by this builderListCpesRequestListCpesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCpesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListCpesRequest Modifier and Type Method Description ListCpesRequest.BuilderListCpesRequest.Builder. copy(ListCpesRequest o)Copy method to populate the builder with values from the given instance.
-