Uses of Class
com.oracle.bmc.apmtraces.requests.BulkUpdateAttributeNotesRequest
- 
Packages that use BulkUpdateAttributeNotesRequest Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.requests 
- 
- 
Uses of BulkUpdateAttributeNotesRequest in com.oracle.bmc.apmtracesMethods in com.oracle.bmc.apmtraces with parameters of type BulkUpdateAttributeNotesRequest Modifier and Type Method Description BulkUpdateAttributeNotesResponseAttributes. bulkUpdateAttributeNotes(BulkUpdateAttributeNotesRequest request)Add or edit notes to a set of attributes in the APM Domain.Future<BulkUpdateAttributeNotesResponse>AttributesAsync. bulkUpdateAttributeNotes(BulkUpdateAttributeNotesRequest request, AsyncHandler<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesResponse> handler)Add or edit notes to a set of attributes in the APM Domain.Future<BulkUpdateAttributeNotesResponse>AttributesAsyncClient. bulkUpdateAttributeNotes(BulkUpdateAttributeNotesRequest request, AsyncHandler<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesResponse> handler)BulkUpdateAttributeNotesResponseAttributesClient. bulkUpdateAttributeNotes(BulkUpdateAttributeNotesRequest request)Method parameters in com.oracle.bmc.apmtraces with type arguments of type BulkUpdateAttributeNotesRequest Modifier and Type Method Description Future<BulkUpdateAttributeNotesResponse>AttributesAsync. bulkUpdateAttributeNotes(BulkUpdateAttributeNotesRequest request, AsyncHandler<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesResponse> handler)Add or edit notes to a set of attributes in the APM Domain.Future<BulkUpdateAttributeNotesResponse>AttributesAsyncClient. bulkUpdateAttributeNotes(BulkUpdateAttributeNotesRequest request, AsyncHandler<BulkUpdateAttributeNotesRequest,BulkUpdateAttributeNotesResponse> handler)
- 
Uses of BulkUpdateAttributeNotesRequest in com.oracle.bmc.apmtraces.requestsMethods in com.oracle.bmc.apmtraces.requests that return BulkUpdateAttributeNotesRequest Modifier and Type Method Description BulkUpdateAttributeNotesRequestBulkUpdateAttributeNotesRequest.Builder. build()Build the instance of BulkUpdateAttributeNotesRequest as configured by this builderBulkUpdateAttributeNotesRequestBulkUpdateAttributeNotesRequest.Builder. buildWithoutInvocationCallback()Build the instance of BulkUpdateAttributeNotesRequest as configured by this builderMethods in com.oracle.bmc.apmtraces.requests with parameters of type BulkUpdateAttributeNotesRequest Modifier and Type Method Description BulkUpdateAttributeNotesRequest.BuilderBulkUpdateAttributeNotesRequest.Builder. copy(BulkUpdateAttributeNotesRequest o)Copy method to populate the builder with values from the given instance.
 
-