Uses of Class
com.oracle.bmc.core.requests.ListCpeDeviceShapesRequest
-
Packages that use ListCpeDeviceShapesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListCpeDeviceShapesRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListCpeDeviceShapesRequest Modifier and Type Method Description ListCpeDeviceShapesResponseVirtualNetwork. listCpeDeviceShapes(ListCpeDeviceShapesRequest request)Lists the CPE device types that the Networking service provides CPE configuration content for (example: Cisco ASA).Future<ListCpeDeviceShapesResponse>VirtualNetworkAsync. listCpeDeviceShapes(ListCpeDeviceShapesRequest request, AsyncHandler<ListCpeDeviceShapesRequest,ListCpeDeviceShapesResponse> handler)Lists the CPE device types that the Networking service provides CPE configuration content for (example: Cisco ASA).Future<ListCpeDeviceShapesResponse>VirtualNetworkAsyncClient. listCpeDeviceShapes(ListCpeDeviceShapesRequest request, AsyncHandler<ListCpeDeviceShapesRequest,ListCpeDeviceShapesResponse> handler)ListCpeDeviceShapesResponseVirtualNetworkClient. listCpeDeviceShapes(ListCpeDeviceShapesRequest request)Iterable<CpeDeviceShapeSummary>VirtualNetworkPaginators. listCpeDeviceShapesRecordIterator(ListCpeDeviceShapesRequest request)Creates a new iterable which will iterate over theCpeDeviceShapeSummaryobjects contained in responses from the listCpeDeviceShapes operation.Iterable<ListCpeDeviceShapesResponse>VirtualNetworkPaginators. listCpeDeviceShapesResponseIterator(ListCpeDeviceShapesRequest request)Creates a new iterable which will iterate over the responses received from the listCpeDeviceShapes operation.Method parameters in com.oracle.bmc.core with type arguments of type ListCpeDeviceShapesRequest Modifier and Type Method Description Future<ListCpeDeviceShapesResponse>VirtualNetworkAsync. listCpeDeviceShapes(ListCpeDeviceShapesRequest request, AsyncHandler<ListCpeDeviceShapesRequest,ListCpeDeviceShapesResponse> handler)Lists the CPE device types that the Networking service provides CPE configuration content for (example: Cisco ASA).Future<ListCpeDeviceShapesResponse>VirtualNetworkAsyncClient. listCpeDeviceShapes(ListCpeDeviceShapesRequest request, AsyncHandler<ListCpeDeviceShapesRequest,ListCpeDeviceShapesResponse> handler) -
Uses of ListCpeDeviceShapesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListCpeDeviceShapesRequest Modifier and Type Method Description ListCpeDeviceShapesRequestListCpeDeviceShapesRequest.Builder. build()Build the instance of ListCpeDeviceShapesRequest as configured by this builderListCpeDeviceShapesRequestListCpeDeviceShapesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListCpeDeviceShapesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListCpeDeviceShapesRequest Modifier and Type Method Description ListCpeDeviceShapesRequest.BuilderListCpeDeviceShapesRequest.Builder. copy(ListCpeDeviceShapesRequest o)Copy method to populate the builder with values from the given instance.
-