Uses of Class
com.oracle.bmc.core.responses.ListCpesResponse
-
Packages that use ListCpesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListCpesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListCpesResponse Modifier and Type Method Description ListCpesResponse
VirtualNetwork. listCpes(ListCpesRequest request)
Lists the customer-premises equipment objects (CPEs) in the specified compartment.ListCpesResponse
VirtualNetworkClient. listCpes(ListCpesRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListCpesResponse 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)
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 ListCpesResponse 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 ListCpesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListCpesResponse Modifier and Type Method Description ListCpesResponse
ListCpesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListCpesResponse Modifier and Type Method Description ListCpesResponse.Builder
ListCpesResponse.Builder. copy(ListCpesResponse o)
Copy method to populate the builder with values from the given instance.
-