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