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.apmtraces
Methods in com.oracle.bmc.apmtraces with parameters of type BulkUpdateAttributeNotesRequest Modifier and Type Method Description BulkUpdateAttributeNotesResponse
Attributes. 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)
BulkUpdateAttributeNotesResponse
AttributesClient. 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.requests
Methods in com.oracle.bmc.apmtraces.requests that return BulkUpdateAttributeNotesRequest Modifier and Type Method Description BulkUpdateAttributeNotesRequest
BulkUpdateAttributeNotesRequest.Builder. build()
Build the instance of BulkUpdateAttributeNotesRequest as configured by this builderBulkUpdateAttributeNotesRequest
BulkUpdateAttributeNotesRequest.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.Builder
BulkUpdateAttributeNotesRequest.Builder. copy(BulkUpdateAttributeNotesRequest o)
Copy method to populate the builder with values from the given instance.
-