Uses of Class
com.oracle.bmc.loganalytics.responses.ListEffectivePropertiesResponse
-
Packages that use ListEffectivePropertiesResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of ListEffectivePropertiesResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return ListEffectivePropertiesResponse Modifier and Type Method Description ListEffectivePropertiesResponseLogAnalytics. listEffectiveProperties(ListEffectivePropertiesRequest request)Returns a list of effective properties for the specified resource.ListEffectivePropertiesResponseLogAnalyticsClient. listEffectiveProperties(ListEffectivePropertiesRequest request)Methods in com.oracle.bmc.loganalytics that return types with arguments of type ListEffectivePropertiesResponse Modifier and Type Method Description Future<ListEffectivePropertiesResponse>LogAnalyticsAsync. listEffectiveProperties(ListEffectivePropertiesRequest request, AsyncHandler<ListEffectivePropertiesRequest,ListEffectivePropertiesResponse> handler)Returns a list of effective properties for the specified resource.Future<ListEffectivePropertiesResponse>LogAnalyticsAsyncClient. listEffectiveProperties(ListEffectivePropertiesRequest request, AsyncHandler<ListEffectivePropertiesRequest,ListEffectivePropertiesResponse> handler)Iterable<ListEffectivePropertiesResponse>LogAnalyticsPaginators. listEffectivePropertiesResponseIterator(ListEffectivePropertiesRequest request)Creates a new iterable which will iterate over the responses received from the listEffectiveProperties operation.Method parameters in com.oracle.bmc.loganalytics with type arguments of type ListEffectivePropertiesResponse Modifier and Type Method Description Future<ListEffectivePropertiesResponse>LogAnalyticsAsync. listEffectiveProperties(ListEffectivePropertiesRequest request, AsyncHandler<ListEffectivePropertiesRequest,ListEffectivePropertiesResponse> handler)Returns a list of effective properties for the specified resource.Future<ListEffectivePropertiesResponse>LogAnalyticsAsyncClient. listEffectiveProperties(ListEffectivePropertiesRequest request, AsyncHandler<ListEffectivePropertiesRequest,ListEffectivePropertiesResponse> handler) -
Uses of ListEffectivePropertiesResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ListEffectivePropertiesResponse Modifier and Type Method Description ListEffectivePropertiesResponseListEffectivePropertiesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ListEffectivePropertiesResponse Modifier and Type Method Description ListEffectivePropertiesResponse.BuilderListEffectivePropertiesResponse.Builder. copy(ListEffectivePropertiesResponse o)Copy method to populate the builder with values from the given instance.
-