Uses of Class
com.oracle.bmc.analytics.responses.SetFeatureBundleResponse
-
Packages that use SetFeatureBundleResponse Package Description com.oracle.bmc.analytics com.oracle.bmc.analytics.responses -
-
Uses of SetFeatureBundleResponse in com.oracle.bmc.analytics
Methods in com.oracle.bmc.analytics that return SetFeatureBundleResponse Modifier and Type Method Description SetFeatureBundleResponse
Analytics. setFeatureBundle(SetFeatureBundleRequest request)
Set the external service properties of an Analytics instance.SetFeatureBundleResponse
AnalyticsClient. setFeatureBundle(SetFeatureBundleRequest request)
Methods in com.oracle.bmc.analytics that return types with arguments of type SetFeatureBundleResponse 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)
Method parameters in com.oracle.bmc.analytics with type arguments of type SetFeatureBundleResponse 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 SetFeatureBundleResponse in com.oracle.bmc.analytics.responses
Methods in com.oracle.bmc.analytics.responses that return SetFeatureBundleResponse Modifier and Type Method Description SetFeatureBundleResponse
SetFeatureBundleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.analytics.responses with parameters of type SetFeatureBundleResponse Modifier and Type Method Description SetFeatureBundleResponse.Builder
SetFeatureBundleResponse.Builder. copy(SetFeatureBundleResponse o)
Copy method to populate the builder with values from the given instance.
-