Uses of Class
com.oracle.bmc.apmtraces.model.AttributeUpdateResponse
-
Packages that use AttributeUpdateResponse Package Description com.oracle.bmc.apmtraces.model -
-
Uses of AttributeUpdateResponse in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return AttributeUpdateResponse Modifier and Type Method Description AttributeUpdateResponse
AttributeUpdateResponse.Builder. build()
Methods in com.oracle.bmc.apmtraces.model that return types with arguments of type AttributeUpdateResponse Modifier and Type Method Description List<AttributeUpdateResponse>
BulkUpdateAttributeStatus. getAttributeStatuses()
We preserve the order of the attribute items from the bulk update attribute request in this collection.Methods in com.oracle.bmc.apmtraces.model with parameters of type AttributeUpdateResponse Modifier and Type Method Description AttributeUpdateResponse.Builder
AttributeUpdateResponse.Builder. copy(AttributeUpdateResponse model)
Method parameters in com.oracle.bmc.apmtraces.model with type arguments of type AttributeUpdateResponse Modifier and Type Method Description BulkUpdateAttributeStatus.Builder
BulkUpdateAttributeStatus.Builder. attributeStatuses(List<AttributeUpdateResponse> attributeStatuses)
We preserve the order of the attribute items from the bulk update attribute request in this collection.Constructor parameters in com.oracle.bmc.apmtraces.model with type arguments of type AttributeUpdateResponse Constructor Description BulkUpdateAttributeStatus(List<AttributeUpdateResponse> attributeStatuses, BulkUpdateAttributeMetadata bulkUpdateAttributeMetadata)
Deprecated.
-