Uses of Class
com.oracle.bmc.cloudbridge.requests.RefreshAssetSourceRequest
-
Packages that use RefreshAssetSourceRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of RefreshAssetSourceRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type RefreshAssetSourceRequest Modifier and Type Method Description RefreshAssetSourceResponse
Discovery. refreshAssetSource(RefreshAssetSourceRequest request)
Initiates the process of asset metadata synchronization with the related asset source.Future<RefreshAssetSourceResponse>
DiscoveryAsync. refreshAssetSource(RefreshAssetSourceRequest request, AsyncHandler<RefreshAssetSourceRequest,RefreshAssetSourceResponse> handler)
Initiates the process of asset metadata synchronization with the related asset source.Future<RefreshAssetSourceResponse>
DiscoveryAsyncClient. refreshAssetSource(RefreshAssetSourceRequest request, AsyncHandler<RefreshAssetSourceRequest,RefreshAssetSourceResponse> handler)
RefreshAssetSourceResponse
DiscoveryClient. refreshAssetSource(RefreshAssetSourceRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type RefreshAssetSourceRequest Modifier and Type Method Description Future<RefreshAssetSourceResponse>
DiscoveryAsync. refreshAssetSource(RefreshAssetSourceRequest request, AsyncHandler<RefreshAssetSourceRequest,RefreshAssetSourceResponse> handler)
Initiates the process of asset metadata synchronization with the related asset source.Future<RefreshAssetSourceResponse>
DiscoveryAsyncClient. refreshAssetSource(RefreshAssetSourceRequest request, AsyncHandler<RefreshAssetSourceRequest,RefreshAssetSourceResponse> handler)
-
Uses of RefreshAssetSourceRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return RefreshAssetSourceRequest Modifier and Type Method Description RefreshAssetSourceRequest
RefreshAssetSourceRequest.Builder. build()
Build the instance of RefreshAssetSourceRequest as configured by this builderRefreshAssetSourceRequest
RefreshAssetSourceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RefreshAssetSourceRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type RefreshAssetSourceRequest Modifier and Type Method Description RefreshAssetSourceRequest.Builder
RefreshAssetSourceRequest.Builder. copy(RefreshAssetSourceRequest o)
Copy method to populate the builder with values from the given instance.
-