Uses of Class
com.oracle.bmc.apmtraces.responses.BulkUpdateAttributeNotesResponse
-
Packages that use BulkUpdateAttributeNotesResponse Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.responses -
-
Uses of BulkUpdateAttributeNotesResponse in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces that return BulkUpdateAttributeNotesResponse Modifier and Type Method Description BulkUpdateAttributeNotesResponse
Attributes. bulkUpdateAttributeNotes(BulkUpdateAttributeNotesRequest request)
Add or edit notes to a set of attributes in the APM Domain.BulkUpdateAttributeNotesResponse
AttributesClient. bulkUpdateAttributeNotes(BulkUpdateAttributeNotesRequest request)
Methods in com.oracle.bmc.apmtraces that return types with arguments of type BulkUpdateAttributeNotesResponse 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)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type BulkUpdateAttributeNotesResponse 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 BulkUpdateAttributeNotesResponse in com.oracle.bmc.apmtraces.responses
Methods in com.oracle.bmc.apmtraces.responses that return BulkUpdateAttributeNotesResponse Modifier and Type Method Description BulkUpdateAttributeNotesResponse
BulkUpdateAttributeNotesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmtraces.responses with parameters of type BulkUpdateAttributeNotesResponse Modifier and Type Method Description BulkUpdateAttributeNotesResponse.Builder
BulkUpdateAttributeNotesResponse.Builder. copy(BulkUpdateAttributeNotesResponse o)
Copy method to populate the builder with values from the given instance.
-