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