Uses of Class
com.oracle.bmc.core.requests.ListFastConnectProviderServicesRequest
-
Packages that use ListFastConnectProviderServicesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListFastConnectProviderServicesRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type ListFastConnectProviderServicesRequest Modifier and Type Method Description Future<ListFastConnectProviderServicesResponse>
VirtualNetworkAsync. listFastConnectProviderServices(ListFastConnectProviderServicesRequest request, AsyncHandler<ListFastConnectProviderServicesRequest,ListFastConnectProviderServicesResponse> handler)
Lists the service offerings from supported providers.Future<ListFastConnectProviderServicesResponse>
VirtualNetworkAsyncClient. listFastConnectProviderServices(ListFastConnectProviderServicesRequest request, AsyncHandler<ListFastConnectProviderServicesRequest,ListFastConnectProviderServicesResponse> handler)
-
Uses of ListFastConnectProviderServicesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListFastConnectProviderServicesRequest Modifier and Type Method Description ListFastConnectProviderServicesRequest
ListFastConnectProviderServicesRequest.Builder. build()
Build the instance of ListFastConnectProviderServicesRequest as configured by this builderListFastConnectProviderServicesRequest
ListFastConnectProviderServicesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListFastConnectProviderServicesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListFastConnectProviderServicesRequest Modifier and Type Method Description ListFastConnectProviderServicesRequest.Builder
ListFastConnectProviderServicesRequest.Builder. copy(ListFastConnectProviderServicesRequest o)
Copy method to populate the builder with values from the given instance.
-