Uses of Class
com.oracle.bmc.analytics.requests.SetFeatureBundleRequest
-
Packages that use SetFeatureBundleRequest Package Description com.oracle.bmc.analytics com.oracle.bmc.analytics.requests -
-
Uses of SetFeatureBundleRequest in com.oracle.bmc.analytics
Methods in com.oracle.bmc.analytics with parameters of type SetFeatureBundleRequest Modifier and Type Method Description SetFeatureBundleResponse
Analytics. setFeatureBundle(SetFeatureBundleRequest request)
Set the external service properties of an Analytics instance.Future<SetFeatureBundleResponse>
AnalyticsAsync. setFeatureBundle(SetFeatureBundleRequest request, AsyncHandler<SetFeatureBundleRequest,SetFeatureBundleResponse> handler)
Set the external service properties of an Analytics instance.Future<SetFeatureBundleResponse>
AnalyticsAsyncClient. setFeatureBundle(SetFeatureBundleRequest request, AsyncHandler<SetFeatureBundleRequest,SetFeatureBundleResponse> handler)
SetFeatureBundleResponse
AnalyticsClient. setFeatureBundle(SetFeatureBundleRequest request)
Method parameters in com.oracle.bmc.analytics with type arguments of type SetFeatureBundleRequest Modifier and Type Method Description Future<SetFeatureBundleResponse>
AnalyticsAsync. setFeatureBundle(SetFeatureBundleRequest request, AsyncHandler<SetFeatureBundleRequest,SetFeatureBundleResponse> handler)
Set the external service properties of an Analytics instance.Future<SetFeatureBundleResponse>
AnalyticsAsyncClient. setFeatureBundle(SetFeatureBundleRequest request, AsyncHandler<SetFeatureBundleRequest,SetFeatureBundleResponse> handler)
-
Uses of SetFeatureBundleRequest in com.oracle.bmc.analytics.requests
Methods in com.oracle.bmc.analytics.requests that return SetFeatureBundleRequest Modifier and Type Method Description SetFeatureBundleRequest
SetFeatureBundleRequest.Builder. build()
Build the instance of SetFeatureBundleRequest as configured by this builderSetFeatureBundleRequest
SetFeatureBundleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of SetFeatureBundleRequest as configured by this builderMethods in com.oracle.bmc.analytics.requests with parameters of type SetFeatureBundleRequest Modifier and Type Method Description SetFeatureBundleRequest.Builder
SetFeatureBundleRequest.Builder. copy(SetFeatureBundleRequest o)
Copy method to populate the builder with values from the given instance.
-