Uses of Class
com.oracle.bmc.apmtraces.requests.BulkUpdateAttributeRequest
-
Packages that use BulkUpdateAttributeRequest Package Description com.oracle.bmc.apmtraces com.oracle.bmc.apmtraces.requests -
-
Uses of BulkUpdateAttributeRequest in com.oracle.bmc.apmtraces
Methods in com.oracle.bmc.apmtraces with parameters of type BulkUpdateAttributeRequest Modifier and Type Method Description BulkUpdateAttributeResponse
Attributes. bulkUpdateAttribute(BulkUpdateAttributeRequest request)
Update a set of attribute properties in the APM Domain.Future<BulkUpdateAttributeResponse>
AttributesAsync. bulkUpdateAttribute(BulkUpdateAttributeRequest request, AsyncHandler<BulkUpdateAttributeRequest,BulkUpdateAttributeResponse> handler)
Update a set of attribute properties in the APM Domain.Future<BulkUpdateAttributeResponse>
AttributesAsyncClient. bulkUpdateAttribute(BulkUpdateAttributeRequest request, AsyncHandler<BulkUpdateAttributeRequest,BulkUpdateAttributeResponse> handler)
BulkUpdateAttributeResponse
AttributesClient. bulkUpdateAttribute(BulkUpdateAttributeRequest request)
Method parameters in com.oracle.bmc.apmtraces with type arguments of type BulkUpdateAttributeRequest Modifier and Type Method Description Future<BulkUpdateAttributeResponse>
AttributesAsync. bulkUpdateAttribute(BulkUpdateAttributeRequest request, AsyncHandler<BulkUpdateAttributeRequest,BulkUpdateAttributeResponse> handler)
Update a set of attribute properties in the APM Domain.Future<BulkUpdateAttributeResponse>
AttributesAsyncClient. bulkUpdateAttribute(BulkUpdateAttributeRequest request, AsyncHandler<BulkUpdateAttributeRequest,BulkUpdateAttributeResponse> handler)
-
Uses of BulkUpdateAttributeRequest in com.oracle.bmc.apmtraces.requests
Methods in com.oracle.bmc.apmtraces.requests that return BulkUpdateAttributeRequest Modifier and Type Method Description BulkUpdateAttributeRequest
BulkUpdateAttributeRequest.Builder. build()
Build the instance of BulkUpdateAttributeRequest as configured by this builderBulkUpdateAttributeRequest
BulkUpdateAttributeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BulkUpdateAttributeRequest as configured by this builderMethods in com.oracle.bmc.apmtraces.requests with parameters of type BulkUpdateAttributeRequest Modifier and Type Method Description BulkUpdateAttributeRequest.Builder
BulkUpdateAttributeRequest.Builder. copy(BulkUpdateAttributeRequest o)
Copy method to populate the builder with values from the given instance.
-