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